Page 1 of 1

Update Zeos 6.6.0 beta to 6.6.6 stable in Delphi 7

Posted: 03.06.2011, 18:24
by Brkic
How I can update Zeos 6.6.0 beta to 6.6.6 stable in Delphi 7 ?

when I try to compile ZComponent.dpk from Delphi 7 Packages I got error

Image

Posted: 30.10.2011, 23:24
by mdaems
Did you compile all packages in the right order?
Core, ParseSQL, Plain, Dbc,Component,ComponentDesign.
SInvalidUpdateCount is a new message constant, so it may be missing because you didn't compile the core package yet (or the result is invisible to the component package).

Mark