Mattias Gaertner wrote:
On Wed, 13 Sep 2006 20:54:05 +0200
BTW,
How do you make sure, that the $R is only used under windows?
If you create a project under windows with version info and compile it
under linux, the same source must compile without changing the source.
With {$IFDEF MSWindows}{$R projectname.res}{$ENDIF} ?

I think it is better to use
{$IFDEF Windows}{$R projectname.res}{$ENDIF}

MSWindows is not defined for wince.

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to