Can't install Zeos 7.0.3 with C++ Builder XE2

The stable tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.
Post Reply
glapalme
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 14.03.2014, 16:08

Can't install Zeos 7.0.3 with C++ Builder XE2

Post by glapalme »

Hi,
I'm having trouble installing the Zeos package in Embarcadero RAD Studio XE2. I used both Delphi and C++ Builder XE2.
Here are the steps I've been through:
I use the package cbuilder12 directory.
I included the '\build' directory of the cbuilder12 package, and even included the '\src' and its child directories (src\component, src\core, src\dbc, src\parsesql, src\plain).

The packages compile without errors.
But when I right-click "install" on ZComponent, this error message appears:
« Impossible de charger le package 'ZDbc'. Il contient l'unité 'Zencoding', qui est aussi contenue dans le package 'Zcore' »
or in english : Can't load 'ZDbc' package. It includes the 'Zencoding' unit, which is also included in the 'Zcore' package.

I don't know what this error even means, since I dont have another 'Zcore' package installed...

Thank you.
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1935
Joined: 17.01.2011, 14:17

Re: Can't install Zeos 7.0.3 with C++ Builder XE2

Post by marsupilami »

Hello glapalme,

I think, I had a similar problem. I solved it by adding ZCore to the requires section of ZDbc.
Best regards,

Jan
Post Reply