Rev 98 does not compile

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
rufio_datura
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 29.09.2006, 17:09

Rev 98 does not compile

Post by rufio_datura »

I have lazarus 0.9.16 and fpc 2.0.4 on gentoo linux, and rev.98 (the recommended at this time) fails to compile with message:

Code: Select all

xxxxx/lazarus/ZEOSLIB/src/component/ZSqlUpdate.pas(651,9) Error: identifier idents no member "GetNativeResolver"

The line is:

Code: Select all

 Sender.GetNativeResolver.CalculateDefaults(Sender, RowAccessor);
Rev.94 compiles fine.

Thanks.
barko
Senior Boarder
Senior Boarder
Posts: 51
Joined: 07.09.2005, 13:13

Post by barko »

it compile fine here...
try with recompile clean (zcomponent.lpk), first do remove .../branches/testing/packages/lazarus/build this directory (if you use sources from svn is this path ok) if you use downloaded version then go to packages/lazarus and remove build directory... then open zcomponent.lpk and do recompile clean then install... it work ok
Post Reply