Hi,
one of my favourite ways to display info for debiggung is to upe the
OutputDebugString and the tiny DBWIN.EXE under 16Bit Windows.
Unfortunately in NT ot seems to be the only way to see the OutputDebugString
Messages when using the WinDbg programm which is quite a overhead I think.
So my question: Does something exists, small and easy, to display these
Messages ?
Thanks, Andreas
There is 1 Reply.
Hi Andreas.
You can create a console window and send the information from
OutputDebugString() there. Take a look at the DEB sample in the
\MSTOOLS\SAMPLES\DEB directory. This sample uses OutputDebugString() quite
a bit – you should be able to take that code and use it in your program.
Nancy Cluts
Microsoft Developer Support