Page 1 of 1

Delphi 6,7 bug with Zeos 6.6.4 and higher

Posted: 04.06.2010, 12:52
by DestinyR
DP.pas have a bag with implementation TLargeintField.SetVarValue.
There is a

Code: Select all

raise AccessError('Variant');

instead of

Code: Select all

SetAsLargeint(Value);
This bug is not fired in 6.6.1 because it's use TIntegerField instead of TLargeintField