Page 1 of 1

Zeos.inc dependencies

Posted: 21.01.2008, 15:27
by gcr
Your ZeosLib DBO Version: 6.6.2RC
The IDE you are using: cbuilder
Version (and maybe patchlevel) of the IDE: 6.0
The database you are using: Oracle
Version of the database: 9i
Used protocol: Oracle/Oracle9i/ADO
[hr]Error description and post

Hi,

When i remove all define of MYSQL in zeos.inc and compil all, i have always message with Mysql and the compilator check all Mysql structures.

Kr,
gilles

Posted: 21.01.2008, 15:50
by mdaems
Does this give an error message or is it just warnings?

Probably the problem is in the project files which include mysql related units. Maybe if you can edit these project files manually to exclude these units. It's impossible to predict what cbuilder will do once you use the IDE to change these files later on.
For an example see ZDbc.dpk in the delphi 7 package directory.
The main impact of removing the defines is to remove these protocols from the property dropdown boxes. To get everything out of the compiled units is much more difficult and complex.

Mark

Posted: 22.01.2008, 08:39
by gcr
it's just a warning.

i not have a problem, i need just remove all sources not used.

gilles