Get text out of outputdebugstring
Hi, I am curious whether you guys have tried to get text out of outputdebugstring api? Meaning, when you run the vb6 exe and call outputdebugstring, it actually traces out into the DebugView application. Is there a way to get text out of that outputdebugstring api?
If debugview prints out "Executing here...", and I would like my application to get that text out of that. But if there's no debugview running, is it still possible to get text out of that outputdebug string call?
Re: Get text out of outputdebugstring
Quote:
Originally Posted by
vbbit
Is there a way to get text out of that outputdebugstring api?
See Understanding Win32 "OutputDebugString".
Quote:
Originally Posted by
vbbit
But if there's no debugview running, is it still possible to get text out of that outputdebug string call?
From OutputDebugString function:
Quote:
If the application has no debugger, the system debugger displays the string if the filter mask allows it. ... If the application has no debugger and the system debugger is not active, OutputDebugString does nothing.