7.1 and Kylix 3 not supported

The official tester's forum for ZeosLib 7.1. Ask for help, post proposals or solutions.
Post Reply
aleroot
Fresh Boarder
Fresh Boarder
Posts: 13
Joined: 21.02.2013, 22:27

7.1 and Kylix 3 not supported

Post by aleroot »

I've just tried to build zeoslib 7.1 with Kylix 3 and I've noticed that it is not supported anymore ...

Since I would need the support, someone could indicate to me what was the main reason to drop Kylix 3 support ?

If I want to port it to Kylix 3 : what are the main issues to be aware of ?

thanks.
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1939
Joined: 17.01.2011, 14:17

Re: 7.1 and Kylix 3 not supported

Post by marsupilami »

Hello aleroot,

I seem to remember that Kylix 3 was more or less like Delphi 6. Zeos now uses some library and Language enhancements that have not been available in Delphi 6. I got Zeos 7.0 to compile but never tried that with 7.1. Also I didn't want to support my own version of Zeos.

The things I can remember best were the use of functions like these:
1 function DateTimeToStr ( DateTime : TDateTime ) : string;
2 function DateTimeToStr ( DateTime : TDateTime; const FormatSettings : TFormatSettings ) : string;

Delphi 6 only has the version number 1 whereas Zeos now uses version number 2 in several places.

Also there were some enhancements to TStringList that are used by Zeos now. Most of these things can be overcome but you really should think about moving on to FPC/Lazarus.

Best regards,

Jan
Post Reply