printing debug information to the debug/watch windows
hi everyone, well, I would like to know how I can get msgs from my code into the debug window, I have heard that this is possible. I would like to know how you do this. Since it would be a good thing to be able to do (think being able to time a function and print it to the debug or watch windows ?)
if anyone knows how, please tell
if understanding it made and born with time, then time, is understandings greatest enemy.....
March 07, 2000 06:54 AM
OutputDebugString ("This is a debugging message\n");
Remember the \n ''cos the output if buffered.
Remember the \n ''cos the output if buffered.
Try this:
void WINAPI DbgOutString(LPCTSTR psz);
============================
Daniel Netz, Sentinel Design
"I'm not stupid, I'm from Sweden" - Unknown
void WINAPI DbgOutString(LPCTSTR psz);
============================
Daniel Netz, Sentinel Design
"I'm not stupid, I'm from Sweden" - Unknown
============================Daniel Netz, Sentinel Design"I'm not stupid, I'm from Sweden" - Unknown
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement