can't compile svn rev 878 on lazarus

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
pomalo
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 19.11.2008, 20:36

can't compile svn rev 878 on lazarus

Post by pomalo »

hello

trying to builld last revision version of zeoslib 7.0alpha i receive the following error
//src/zeosdbo/src/core/ZClasses.pas(93,6) Error: No matching implementation for interface method "IUnknown.QueryInterface(const TGuid,out <Formal type>):LongInt; StdCall;" found
/src/zeosdbo/src/core/ZClasses.pas(93,6) Error: No matching implementation for interface method "IUnknown._AddRef:LongInt; StdCall;" found
/src/zeosdbo/src/core/ZClasses.pas(93,6) Error: No matching implementation for interface method "IUnknown._Release:LongInt; StdCall;" found
any idee?
Lazarus 0.9.29-2010-12-31
FPC 2.4.2-8
Debian Lenny amd64 up to date

the archive comming from the portal compile fine


many thanks
Claude
Wild_Pointer
Expert Boarder
Expert Boarder
Posts: 164
Joined: 18.03.2008, 13:03
Contact:

Post by Wild_Pointer »

Hello pomalo,

please see the links below:
http://zeos.firmos.at/viewtopic.php?t=3073&highlight=
http://zeos.firmos.at/viewtopic.php?t=3009&highlight=

There was some work done in the field, but I'm not sure if the changes were applied to Zeos v7. Anyway you can find the patches there to make zeos compile.

Good luck!
Locked