Zeos 7.2.4 Don't Compile on Lazarus

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
Shadownildo
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 31.05.2019, 18:38

Zeos 7.2.4 Don't Compile on Lazarus

Post by Shadownildo »

Hi There, i'm trying to Use Zeos on Lazarus and won't compile , give tons of errors in ZDbcInterbase6Statement, like

Code: Select all

  " ZDbcInterbase6Statement.pas(265,19) Error: Can't determine which overloaded function to call " 
and even if i fix that, other gonna appears
i'm using the TrunkGit version of FPC + Lazarus, What can i do to make this work ?
Last edited by Shadownildo on 03.06.2019, 15:57, edited 1 time in total.
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1999
Joined: 17.01.2011, 14:17

Re: Zeos 72.4 Don't Compile on Lazarus

Post by marsupilami »

Hello and welcome to the forums :)

Zeos 7.2.4 is not meant to work with trunk versions of FPC. You might want to try the current SVN version of Zeos 7.3. See https://sourceforge.net/p/zeoslib/code-0/HEAD/tree/branches/.

This branch is tested against FPC 3.2-fixes and Lazarus 2.0-fixes on a regular basis.

Best regards,

Jan
Shadownildo
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 31.05.2019, 18:38

Re: Zeos 72.4 Don't Compile on Lazarus

Post by Shadownildo »

Hi, thank you for the answer
I managed to Fix this in Windows, but i having the same problem with Zeos, 7.3 on Linux, happen the same issue, with overload methods, in linux i'm using the Trunk version too. but 7.2.4 and 7.3 don't work. what can i do ?
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1999
Joined: 17.01.2011, 14:17

Re: Zeos 72.4 Don't Compile on Lazarus

Post by marsupilami »

Shadownildo wrote:Hi, thank you for the answer
I managed to Fix this in Windows,
How did you fix this on Windows?
Shadownildo wrote:but i having the same problem with Zeos, 7.3 on Linux, happen the same issue, with overload methods, in linux i'm using the Trunk version too. but 7.2.4 and 7.3 don't work. what can i do ?
Don't use Zeos trunk. We don't do development there currently. Use Zeos 7.3. It always has the most up to date fixes. Which messages do you get exactly?

Best regards,

Jan
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1999
Joined: 17.01.2011, 14:17

Re: Zeos 72.4 Don't Compile on Lazarus

Post by marsupilami »

Shadownildo wrote:Hi, thank you for the answer
I managed to Fix this in Windows, but i having the same problem with Zeos, 7.3 on Linux, happen the same issue, with overload methods, in linux i'm using the Trunk version too. but 7.2.4 and 7.3 don't work. what can i do ?
Soo - I compiled Zeos 7.3 with FPC 3.2-fixes. The compilation works without problems. We cannot target FPC trunk - we simply don't have the ressources to do so.
Post Reply