Page 1 of 1

Client-Library ....., libmysql.dll found but could not be...

Posted: 13.12.2014, 18:58
by emzee
Message I'm getting is "Client-Library ....., libmysql.dll found but could not be loaded. Check compile-target and library compatibility!".

Zeos version 7.1.4-stable, libmysql.dll version 5.6.6.0 (sourced from HeidiSQL), Delphi 2007.

Same libmysql.dll located in Delphi/Bin and in folder of exe.
Just upgraded from Zeos 6.6 which I have used since 2006 w/o any such problems.

Any help would be greatly appreciated in solving this.
TIA,

Re: Client-Library ....., libmysql.dll found but could not b

Posted: 16.12.2014, 19:13
by marsupilami
Hello emzee,

sometimes libraries cannot be loaded because the library cannot load its dependencies. Can you load the library using LoadLibrary from the Windows unit?
Best regards,

Jan