Page 1 of 1

Failed installation with Delphi 2005 Architect

Posted: 11.10.2005, 22:22
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 ?

Posted: 12.10.2005, 18:35
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.