Rev 98 does not compile
Posted: 29.09.2006, 17:20
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:
The line is:
Rev.94 compiles fine.
Thanks.
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);
Thanks.