How to enable BDS2006's C++ WARN & TRACE macros.
- by Psychic
I am trying to find out how to enable (& use) Borland's WARN & TRACE macros.
My starting point was this link:
http://bcbjournal.org/articles/vol2/9809/Debugging_with_diagnostic_macros.htm?PHPSESSID=37bf58851bfeb5c199d1af31d7b2e7ff
However, that appears to be for BCB5, and not the 2006 Borland Developer Studio.
I've set the two defines (__WARN & __TRACE)
I've included the .h file ()
I've added some macros, and everything compiles & links fine.
But when I run the application (in DEBUG mode), no debug output file is created.
What am I missing here?