Advertisement

TRACE

Started by January 07, 2001 01:44 PM
4 comments, last by FrigidHelix 24 years ago
In MFC I use TRACE all the time. What is the equivalent in non-mfc?
I''m not very prficient in MFC. what does TRACE do?

HHSDrum@yahoo.com www.polarisoft.n3.net
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911
Advertisement
TRACE allows you to output a string to the debug output. So, you you called TRACE("Hello"), you would view the string Hello in the output of the application.
AFAIK it's the OutputDebugString() function.

Edit: I put a really stupid question here. I shouldn't stay up for too long :}

cu,
Prefect

Edited by - Prefect on January 7, 2001 5:55:55 PM
Widelands - laid back, free software strategy
thx
TRACE is debug only. In release mode it does nothing.

This topic is closed to new replies.

Advertisement