 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Wed Nov 15, 2006 9:27 pm Post subject: List of standard defines in Delphi7 |
|
|
Is there a list somewhere of standard defines for Delphi 7?
There are a lot of stuff that may be conditionally defined when
compiling a program like WIN32.
I tried this:
{$IFDEF DEBUG}
// Some code here...
{$ENDIF}
All checkboxes in Projectoptions/Compiler/debugging was set. But the
code inside ifdef was never executed. Is the name wrong, it could be
any string with DEBUG inside:)
So my goal is to execute code only in the debug-version of my program.
Any help?
Regards
Roland Bengtsson |
|
| 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
|
|