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


_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to