[fpc-devel]Minor differences with Delphi

David Butler david at e.co.za
Thu Nov 6 22:37:55 CET 2003


Thanks for the great 1.90 release! 

I'm busy converting the open source "Fundamentals" units
(http://fundementals.sourceforge.net/) to compile under FreePascal.

So far I have found the following minor issues:

*
const
  MinCurrency : Currency = -922337203685477.5807;
  MaxCurrency : Currency = 922337203685477.5807;

causes

"Fatal: Internal error 18"

* Minor difference with Delphi units: 
    * RaiseLastOSError is not defined in SysUtils.
    * variables Win32Platform, Win32MajorVersion, etc. not defined in
SysUtils.
    * type TFNFiberStartRoutine = TFarProc  not defined in Windows.

Regards
David





More information about the fpc-devel mailing list