Need help with debugger

Started by
0 comments, last by ManaStone 22 years, 8 months ago
I''m new to using debugger and when I try to use the TRACE macro it comes up as an error saying that TRACE(); is undefined or something. Do I have to include some library to get it to work?
-----------------------------Download my real time 3D RPG.
Advertisement
I think the TRACE() macro is MFC only. If you''re using MFC, I believe you have to be compiling in debug mode to get it to work.

This topic is closed to new replies.

Advertisement