RDebug problem

Login to reply to this topic.
Fri, 2007-11-02 06:52
Joined: 2007-08-27
Forum posts: 10

Strange problem
i'm not able to use following macro.
#define LOG_INFO(_p1,...) RDebug::Print(_p1,...)

Any clue?


Sun, 2007-11-04 15:07
Joined: 2007-08-27
Forum posts: 10
Re: RDebug problem

I have another problem

Following gets built in Code Warrior but not getting build in using Command line abld build

#undefDEBUG_ENABLED
#ifdef DEBUG_ENABLED

TRACE_LOG(...) MYPrint(...)

#else
TRACE_LOG(...)

Please reply.
SP

  • Login to reply to this topic.