Zeos (7.2.4 stable) cross compilation error

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
xinyiman
Fresh Boarder
Fresh Boarder
Posts: 13
Joined: 09.06.2016, 19:35

Zeos (7.2.4 stable) cross compilation error

Post by xinyiman »

Hi guys, I have a problem. I installed the 2.1.0 version of lazarus (FPC: 3.3.1) on my 64-bit Windows laptop thanks to FPCupDeluxe. I installed everything necessary for cross-compilation to cocoa. In fact if I do a simple project like a form that displays the format Hello WOrld everything works. But when I insert a zeos component and do the cross compilation it tells me these errors:

Code: Select all

    
    Compile package IDEIntf 1.0: Abortito, avvertimenti: 1
    Warning: Option "-Xr" is ignored for the current target platform.
    Compile package zplain 7.2: Codice di uscita 1, Errori: 2, avvertimenti: 2
    Warning: Option "-Xr" is ignored for the current target platform.
    ZPlainFirebirdDriver.pas(262,15) Warning: An inherited method is hidden by "Initialize;"
    ZPlainFirebirdDriver.pas(250,26) Error: No matching implementation for interface method "Initialize(const AnsiString);" found
    ZPlainFirebirdDriver.pas(250,26) Error: No matching implementation for interface method "Initialize(const AnsiString);" found
Why? What am I doing wrong?
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1956
Joined: 17.01.2011, 14:17

Re: Zeos (7.2.4 stable) cross compilation error

Post by marsupilami »

Hello xinyiman,

please check your Zeos.inc file and disable {$DEFINE INTERBASE_CRYPT} - this define should be obsolete by now.

Best regards,

Jan
xinyiman
Fresh Boarder
Fresh Boarder
Posts: 13
Joined: 09.06.2016, 19:35

Re: Zeos (7.2.4 stable) cross compilation error

Post by xinyiman »

thanks a lot
Post Reply