Zeos.inc dependencies

Freature requests from users for ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist, mdaems

Post Reply
gcr
Fresh Boarder
Fresh Boarder
Posts: 15
Joined: 18.12.2007, 11:30

Zeos.inc dependencies

Post 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
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
Image
gcr
Fresh Boarder
Fresh Boarder
Posts: 15
Joined: 18.12.2007, 11:30

Post by gcr »

it's just a warning.

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

gilles
Post Reply