incompatible type in ZAbstractDataset.pas

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

incompatible type in ZAbstractDataset.pas

Post by pomalo »

FPC 2.7.1
Lazarus 0.9.31
window 7 32 bits or Ubuntu 10.04
zeoslib svn revision 1068

unable to compile zeoslib
the error is
...ZAbstractDataset.pas(485,19) Error: Incompatible type for arg no. 1: Got "AnsiString", expected "Pointer"
line 485 contains

Code: Select all

   BookMark:=BM; 
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

which branch do you use? testing or testing-egonhugeist?

Can you make a patch?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
Locked