VC6 Debug / Release mode
Is there a way to detect inside a program, at compile time, whether its compiling in Debug or Release mode. For instance, is there a way to do something like this...
#ifdef MSVC_DEBUG_MODE
//debug code
#else
//release code
#endif
thanks,
BrianH
May 16, 2001 02:55 PM
_DEBUG
What is up with you guys. This is plastered all over the MS help files
What is up with you guys. This is plastered all over the MS help files
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement