Click to See Complete Forum and Search --> : Need a Debug Window


Dion
June 9th, 1999, 01:51 PM
Hi, All,
I'd like to create a debug/Monitor window (similar to VisualStudio BUILD window) for the app I developed and the window can be easily reuse in some other applications. The messages displayed are mostly the status, i.e. most likely message strings. The window can be turn on and off ( or hide). I am sure there are some this type of code ( either dll or com) are out there. Any suggestions are welcome. Thanks.

Jean-Marie Carl
July 7th, 1999, 02:20 AM
Hello,

Please take a look at this function: "_CrtSetReportHook()". It's easy to implement a TRACE-hook using this one.

Hope this helps,
Jean-Marie

July 7th, 1999, 06:26 AM
TRACE()or AfxDump()