[fpc-devel]Delphi incompatibility again!

Marco van de Voort marcov at stack.nl
Mon Apr 2 16:07:57 CEST 2001


> type is
> > longbool, wordbool or even bytebool (unlike boolean).
> > Unlike Delphi, FPC uses actually only one bit.
> 
> The value of true in a boolean is undefined. All checks for booleans are done using checks
> for zero or not zero.
> 

No. They can also get compared to other booleans, and those types exist for
C compability, and could be compared with external C vars ?




More information about the fpc-devel mailing list