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
Zeos.inc dependencies
Moderators: gto, cipto_kh, EgonHugeist, mdaems
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
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
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