Discussion:
TRACE
(too old to reply)
Arman Sahakyan
2007-05-18 09:08:00 UTC
Permalink
Hi,

Could you tell me which is the Win32 [or perheps, more correctly, non-MFC]
equivalent of MFC's TRACE macro.


Thanks very much.
--
======
Arman
Seetharam
2007-05-18 09:19:44 UTC
Permalink
I think you can use OutputDebugString() in a purely win32 application.

-Seetharam Misro
Arman Sahakyan
2007-05-18 11:24:01 UTC
Permalink
Ok, it worked. Thanks.
--
======
Arman
Post by Seetharam
I think you can use OutputDebugString() in a purely win32 application.
-Seetharam Misro
Loading...