Marco van de Voort het geskryf:
>
> How to do this depends on how far back you want to support (1.0.x don't even
> support $IF), and far into the future.
FPC is free, so I only support up to the previous release. There should
be no excuse not to upgrade (this is very different from Delphi). tiOPF
In our previous episode, Aleksa Todorovic said:
> Maybe
>
> {$IF Defined(VER2_3) or Defined(VER2_4))
> ?...
> {$ENDIF}
How to do this depends on how far back you want to support (1.0.x don't even
support $IF), and far into the future.
Afaik FULL_VERSION was introduced in either 2.2.2 or 2.2.4 to
Maybe
{$IF Defined(VER2_3) or Defined(VER2_4))
...
{$ENDIF}
?
On Tue, Sep 15, 2009 at 13:26, Graeme Geldenhuys
wrote:
> Hi,
>
> Where is the extended $IF directive documented. The prog.pdf has 2
> paragraphs on $if and then referes you to the "conditionals" section.
> But the Conditionals sec
Hi,
Where is the extended $IF directive documented. The prog.pdf has 2
paragraphs on $if and then referes you to the "conditionals" section.
But the Conditionals section is incomplete.
I look through all these docs...
prog.pdf ref.pdf user.pdf
What I am looking for is something I used years ag