For a C++ project, how do I access the setting for "C++ > Preprocessor > Preprocessor definitions"
from a VB macro?
I want to write a macro that verifies that all "Release" configurations have "NDEBUG" set.

Signature
Regards,
Frank
Frank S - 04 Oct 2007 14:22 GMT
> For a C++ project, how do I access the setting for "C++ > Preprocessor >
> Preprocessor definitions" from a VB macro?
>
> I want to write a macro that verifies that all "Release" configurations
> have "NDEBUG" set.
I found it: see VCCLCompilerTool.PreprocessorDefinitions Property

Signature
Regards,
Frank