Groups | Search | Server Info | Login | Register
Groups > comp.lang.pascal.borland > #120
| From | Marco van de Voort <marcov@toad.stack.nl> |
|---|---|
| Newsgroups | comp.lang.pascal.borland |
| Subject | Re: $DEFINE - where should I put it? |
| Date | 2012-08-07 08:40 +0000 |
| Organization | Stack Usenet News Service |
| Message-ID | <slrnk21l49.21jf.marcov@toad.stack.nl> (permalink) |
| References | <175a658f-0206-40d3-a742-93377d1f41aa@googlegroups.com> |
On 2012-08-06, Ruud Baltissen <rbaltissen@gmail.com> wrote:
> Where should I put my $DEFINE so it is "written once, valid for all
> units"? Or am I thinking a bit too simplistic? :)
1. on _every_ commandline or global in the IDE
2. in an .inc file that you include in every unit right after the interface
keyword.
If you change any of these, build instead of compile.
Back to comp.lang.pascal.borland | Previous | Next — Previous in thread | Next in thread | Find similar
$DEFINE - where should I put it? Ruud Baltissen <rbaltissen@gmail.com> - 2012-08-06 05:05 -0700
Re: $DEFINE - where should I put it? Marco van de Voort <marcov@toad.stack.nl> - 2012-08-07 08:40 +0000
Re: $DEFINE - where should I put it? Ruud Baltissen <rbaltissen@gmail.com> - 2012-08-09 11:25 -0700
csiph-web