by Marco van de Voort <marcov@[EMAIL PROTECTED]
>
Mar 30, 2007 at 03:29 PM
On 2007-03-30, jfj <jf.jouvet@[EMAIL PROTECTED]
> wrote:
> Does any one knows if there is a {$DEFINE LAZARUS} or some thing like
> that in order to know if the compiler is Delphi or Free Pascal (Lazarus)
{$ifdef FPC} or a battery of {$ifdef ver<xx>} for each of the different
Delphi versions.