When I try to install patched Zeosdbo (package ZMysql6), I get errors in file uMysqlClient.pas (from DirectMySQLObjects112 folder), like: Undeclared identifier: 'TMysqlNet' (line 158).
This is what I excatly done:
- I installed a package from mysql-dk_wl31
- I added mysql-dk_wl31 and DirectMySQLObjects112 to library path
- I patched Zeos with patches enabling usage of DirectMySQLObjects and enabling SSL (of course I changed mysqlinc.inc)
- I started installing Zeosdbo packages: ZCommon6, ZDbware6. Then I tried to install Mysql6 and I get those errors.
This is strange, because uMysqlNet is on the uses list of that file :-(
Thank you for any help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I try to install patched Zeosdbo (package ZMysql6), I get errors in file uMysqlClient.pas (from DirectMySQLObjects112 folder), like: Undeclared identifier: 'TMysqlNet' (line 158).
This is what I excatly done:
- I installed a package from mysql-dk_wl31
- I added mysql-dk_wl31 and DirectMySQLObjects112 to library path
- I patched Zeos with patches enabling usage of DirectMySQLObjects and enabling SSL (of course I changed mysqlinc.inc)
- I started installing Zeosdbo packages: ZCommon6, ZDbware6. Then I tried to install Mysql6 and I get those errors.
This is strange, because uMysqlNet is on the uses list of that file :-(
Thank you for any help.
I forgot to put all .pas files from the patch to dbase directory- now everything is fine.
Please note that mysql-dk_wl31 is the older version and currently it is not developed anymore.
Cristian