El dl, 17-01-2005 a las 12:21, Peter Vreman escribió:
> That is a bug in 1.0.x. FPC 1.9.6 is more delphi compatible. Remove the
> $ifndef fpc and it'll work with 1.9.6.
>
Ok, thanks!
--
jordi <[EMAIL PROTECTED]>
___
fpc-pascal maillist - fpc-pas
> Hi, I get the next error when compiling synsock.pas from Ararat synapse
> with fpc version 1.9.6 :
>
> synsock.pas(991,59) Fatal: Syntax error, ":" expected but ";" found
>
> "older" versions of fpc (1.0.10) compiled this unit fine. Is there a way
> to compile this without changing code?
>
>
> Th