Failed installation with Delphi 2005 Architect

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

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
mbsoft
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 11.10.2005, 18:09

Failed installation with Delphi 2005 Architect

Post by mbsoft »

Setting the search path to the build directory, i still get an error while installing ZComponent. (After compiling everything)

Error :
Can't load package d:\mbsoft\projecten\componenten\v2005\zeoslib\packages\delphi9\build\ZComponent.bpl
Could not find ZDbc.bpl.

How to solve this ?
glashtin
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 12.10.2005, 18:17

Post by glashtin »

Go into the options of each package by right clicking on them and all the build directory to the search path.

Then right click on ZComponent.bpl and select view source.

Delete the four requires

ZCore
ZParseSql
ZPlain
ZDbc

Then do a full build of all packages.

Worked for me.
Post Reply