 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Eddie Christian Guest
|
Posted: Wed Nov 22, 2006 3:35 am Post subject: debug logging like JAVA ? |
|
|
I am trying to find a way in C++ builder to generate a debug log file like
the ones JAVA\Visual Studio allows you to do.Can we use thr TRACE macros in
C++ builder?If not what kind of runtime logging is available?
I am trying to get the TRACE/WARN macros to work with builder 2006,
but I am having trouble compiling. I have tried to add the __TRACE
and __WARN defines but it didnt help. I still get the message 'call
to undefined TRACE function' |
|
| Back to top |
|
 |
Ed Mulroy Guest
|
Posted: Wed Nov 22, 2006 3:53 am Post subject: Re: debug logging like JAVA ? |
|
|
If you have not done so, include the file checks.h after defining __TRACE
and __WARN
.. Ed
| Quote: | Eddie Christian wrote in message
news:456346d4$1 (AT) newsgroups (DOT) borland.com...
I am trying to find a way in C++ builder to generate a debug
log file like the ones JAVA\Visual Studio allows you to do.Can
we use thr TRACE macros in C++ builder?If not what kind of
runtime logging is available?
I am trying to get the TRACE/WARN macros to work with builder 2006,
but I am having trouble compiling. I have tried to add the __TRACE
and __WARN defines but it didnt help. I still get the message 'call
to undefined TRACE function' |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|