-
Need a Debug Window
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.
-
Re: Need a Debug Window
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
-
Re: Need a Debug Window