NlMakesis Y-Browser Y-Tasks
Strange problem i'm not able to use following macro. #define LOG_INFO(_p1,...) RDebug::Print(_p1,...)
Any clue?
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
Forum posts: 10
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