Hello all,
I am interested in detecting the compilation results for each file of each
project for a given solution. I'm more interested in whether there were any
warnings issued while compiling each file, and, if any, a list of the
warnings corresponding to the compilation of that file. It sounds like
something that should be handled in an file-compiled event, but I have not
been able to find such an event, or any other way of doing this.
If it makes any difference, I'm working on VC++ (VCProjects), even though
(long term) I'd be interested in a solution that works for C# too (Project).
Anyone know whether this can be done?
Thanks much,
-LuisB
Larry Smith - 02 Mar 2007 18:49 GMT
> I am interested in detecting the compilation results for each file of
> each project for a given solution. I'm more interested in whether there
[quoted text clipped - 8 lines]
>
> Anyone know whether this can be done?
For VS2005, have a look at "EnvDTE80.DTE2.ToolWindows.ErrorList.ErrorItems"
(after compiling)