Hello all,
I've been trying all day to get programmatically to the "Treat Warnings as
Errors" entry for a VC++ Project. You can get to it via de UI by
right-clicking on a VC++ project on the solution explorer and then selecting
Properties. In the Properties dialog box, click on the left pane on
Configuration Properties --> C/C++.
Since its a VC++ Project and is under the Configuration properties, I tried
that path: Solution->Projects->C++ Projects->Configurations and that is as
far as I can get. There is no Properties list or anything else that would
suggest getting to that particular property. The only information I found to
a property called TreatErrorsAsWarning were applicable to .Net projects (C#,
J#, VB.Net) but not to VC++ projects.
Anyone have any idea on how to do this?
Thanks much,
-LuisB
PS I don't know, but is it me or isVisual Studio Extensibility Documentation
really, *really* lacking.
Luis Bascones - 26 Feb 2007 22:00 GMT
Never mind. After 7 hours and a big stroke of luck I was able to figure it
out.
Thanks,
-LuisB
> Hello all,
>
[quoted text clipped - 19 lines]
> PS I don't know, but is it me or isVisual Studio Extensibility
> Documentation really, *really* lacking.