Hello all,
I am newbie with ZeosDBO. I have D5 Enterprise, but ZeosDBO 6.6.0 have problems with pLongWord on several packages.
I have seen another threads talking about this problems and I have seen patches submited to solve it. But it is a bit difficult to get all of them (if I have not confused).
Are there any site to download last snapshot with all know patches for D5 applied ? Or can I download the source units patched and apply it to my 6.6.0 source tree already downloaded ?
Thanks in advance.
Delphi 5 install problems - download updated 6.6.0
Moderators: gto, cipto_kh, EgonHugeist
Ok, I have downloaded svn trunk, and after copy all svn to another folder I have trying to install from it.
I have compiled this in this order:
ZCore.dpk
ZParseSql.dpk
ZPlain.dpk
ZDbc.dpk
ZComponent.dpk
After I must install (I think so):
ZComponentDesign.dpk
But I cannot find any ZComponentDesign.dpk on delphi 5 folder. Only D7 and D10 folder have it.
Any clue how to follow up ?
I have compiled this in this order:
ZCore.dpk
ZParseSql.dpk
ZPlain.dpk
ZDbc.dpk
ZComponent.dpk
After I must install (I think so):
ZComponentDesign.dpk
But I cannot find any ZComponentDesign.dpk on delphi 5 folder. Only D7 and D10 folder have it.
Any clue how to follow up ?
Compile all in order and install only the ZComponent. It should work rightmdaems wrote:For D5 we did not change the package structure yet. Maybe somebody should do...
Just try to install zcomponent.dpk (This is the old way). If that does not work : try to install all packages. (This was the very old way)
Mark