Delphi 5 install problems - download updated 6.6.0

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
fperez
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 04.12.2006, 09:48

Delphi 5 install problems - download updated 6.6.0

Post 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.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
fperez
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 04.12.2006, 09:48

Post 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 ?
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
gto
Zeos Dev Team
Zeos Dev Team
Posts: 278
Joined: 11.11.2005, 18:35
Location: Porto Alegre / Brasil

Post 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 ;)
Use the FU!!!!!IN Google !

gto's Zeos Quick Start Guide

Te Amo Taís!
fperez
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 04.12.2006, 09:48

Post by fperez »

Just try to install zcomponent.dpk
That's do the trick...

Thanks a lot...
Post Reply