AutoBld Add-In
-
Hello, No doubt everyone knows there's a fine utility in the Visual C++ Add-In sample directory, called AutoBld Add-In. I'm currently adapting this DLL to be used in our development environment. One of the options of that DLL, is sending a mail with the results (amount of errors/warnings) of the different compilations done. I do, however, want to have more information into that mail message. I also would like to have the output of the Build tab in my message. Does anyone know how to 'grab' the output of that Build window? Is there a possibility via the Application object (like you have e.g. the properties 'Errors' and 'Warnings') or is there another way to do it? Since this is my first 'touch' with COM-alike stuff, any help would be highly appreciated. Thanks very much in advance, Best regards, Geert
-
Hello, No doubt everyone knows there's a fine utility in the Visual C++ Add-In sample directory, called AutoBld Add-In. I'm currently adapting this DLL to be used in our development environment. One of the options of that DLL, is sending a mail with the results (amount of errors/warnings) of the different compilations done. I do, however, want to have more information into that mail message. I also would like to have the output of the Build tab in my message. Does anyone know how to 'grab' the output of that Build window? Is there a possibility via the Application object (like you have e.g. the properties 'Errors' and 'Warnings') or is there another way to do it? Since this is my first 'touch' with COM-alike stuff, any help would be highly appreciated. Thanks very much in advance, Best regards, Geert
Hi I am finding a way to read text from that windows too. But I wrote my own add-in that may be resolve your problem visit http://zmanagers.chat.ru and look how I send build output to "macros" window Zmike