The Zeos Team is proud to announce the availability of Zeos 8.0.0 as a stable release. This is the newest stable version of Zeos. It deprecates Zeos 7.2, and any previous version of Zeos. We urge all people still using older versions of Zeos to upgrade. If you have any problems with Zeos 8.0, please get in contact with us on the forums or on the bugtracker..../quote]
Thank you. But latest FPC 3.2.3 (fixes) support ftSingle. in file ZeosLazarus.inc should be (lines 158-166)Code: Pascal [Select][+][-] {$IF FPC_FULLVERSION>=30203} {$DEFINE WITH_FTLONGWORD} // ftLongWord is supported {$DEFINE WITH_FTBYTE} // ftByte is supported {$DEFINE WITH_FTEXTENDED} // ftExtended is supported {$DEFINE WITH_FTSINGLE} // ftSingle is supported {$IF FPC_FULLVERSION >= 30300} {$DEFINE WITH_FTSHORTINT} // ftShortInt is supported {$IFEND} {$IFEND}
Hell jujibo and paweld,
The fixes_3_2 branch of FPC isn't supported by Zeos stable versions. If you want to use a moving target please use the Zeos 8.0-fixes branch as a minimum. I added a fix for the ftSingle-problem there.Best regards,Jan
Do you mean "Hello"
(afaik fixes also supports shortint, but maybe only since last December. Nearly all database fixes were merged then, and as far as database goes, current fixes state will probably be 3.2.4 as there are only a handful of unmerged fixes: (most related to dotted unit names, which won't be merged)http://www.stack.nl/~marcov/mergelogs32/fcl-db.html
When will it be available in the OPM?
I requested the inclusion of Zeos 8 in OPM some minutes ago. But in most cases the upgrade will require additional work because there are incompatibilities between Zeos 7.2 and Zeos 8.