Page 1 of 1

Installation Solved for XE 10

Posted: 09.09.2015, 10:27
by zekeriye
hi;

if you try to install v7.1.4 stable to XE10 you will see some errors.
to solve this;

edit Zeos.inc with an editor

find {$IFDEF VER280}
copy all lines of VER280 IFDEF- ENDIF block
then paste after VER280 ENDIF
change VER280 to VER290
paste again and change VER280 to VER300
then save file.
after this operatioan zeosdbo will install to XE10 any problem.

sorry my bad english;

Re: Installation Solved for XE 10

Posted: 21.10.2015, 18:37
by chronarc
Thankyou for saving my sanity!
I was using the latest package version that Zeolib 7.1.4 supports (Delphi XE7) and was getting nowhere
This modification to Zeos.inc worked like a charm.

Since you are such a guru, maybe you can point me to where I can find the mysql dlls When I am using MySQL Server 5.7.
I tried the libmysql.dll that came with MySQLworkbench but no joy there.

Zeoslib install guide is not much help on where to get these and what versions etc...