>I know the debug output string will be directed to the built-in debug window.
But it only
>occurs when I "Go" my program. And what if I simply "Excute" it or run it
from anywhere
>outside VC?
Then you won't see anything. The only way to get 32bit OutputDebugString
output is in a registered debugger. If you simply start the program, then
you're not in a debugger (unless you're running NuMega's Soft-Ice, but then
you're already in a debugger, so the main condition is met).
There's a program called lodprf32 by Matt Pietrek that acts as a debugger so
you can launch your program from there and get the output (kind of like dbwin,
except the main window is a listbox). It was in MSJ Jul 95.
--------------------
Dave Connet
Dave_...@corp.dialog.com
My opinions are my own. I think...
I know the debug output string will be directed to the built-in debug window. But it only
occurs when I "Go" my program. And what if I simply "Excute" it or run it from anywhere
outside VC?
Thanks in advance.
--
Edward Xue
E-Mail: edw...@sc.mcel.mot.com