|
-
June 9th, 1999, 01:51 PM
#1
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.
-
July 7th, 1999, 02:20 AM
#2
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
-
July 7th, 1999, 06:26 AM
#3
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|