Hello,
Let me first apologize, if this is a duplicate thread.
I had posted this yesterday, and I have no record of this..., So let me try again.
I have many C/C++ internally generated messages that appear in the MS VS2005 while running in Debug mode. They are produced using the TRACE("...") syntax. They are used to let me know how far the program execution has got before, say, I run out of resources.
Since they are TRACE messages, the Inspector XE treats them differently than regular messages produced using a printf() function.
