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.
Can't install Zeos 7.0.3 with C++ Builder XE2
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: Can't install Zeos 7.0.3 with C++ Builder XE2
Hello glapalme,
I think, I had a similar problem. I solved it by adding ZCore to the requires section of ZDbc.
Best regards,
Jan
I think, I had a similar problem. I solved it by adding ZCore to the requires section of ZDbc.
Best regards,
Jan