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.
To me, appear as they are plain thrown out from appearing anywhere.
Can you confirm this behivior? - Thanks.
Is there a way to have those TRACE messages appear as regular mesages to some window, even the "Application Output" bottom left pane of the Inspector XE, without me redefining TRACE for the whole application ?
Thanks for any clarification/personal experienceon the subject any of you can supply.
Sal




