Page 1 of 1

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

Posted: 19.03.2014, 18:03
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.

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

Posted: 30.03.2014, 09:16
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