Page 1 of 1

Delphi 5 install problems - download updated 6.6.0

Posted: 04.12.2006, 09:56
by fperez
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.

Posted: 04.12.2006, 11:03
by mdaems
Hi,

Have you ever used SVN? It's already in Trunk and Testing branch version of our repository. Please read in the tutorials forum about how to get this version. If you really want a downloadable package I can make one for you, but probably not before wednesday.

Mark

Posted: 04.12.2006, 13:14
by fperez
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 ?

Posted: 04.12.2006, 16:00
by mdaems
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

Posted: 04.12.2006, 16:35
by gto
mdaems 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
Compile all in order and install only the ZComponent. It should work right ;)

Posted: 04.12.2006, 16:46
by fperez
Just try to install zcomponent.dpk
That's do the trick...

Thanks a lot...