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,
Client-Library ....., libmysql.dll found but could not be...
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: Client-Library ....., libmysql.dll found but could not b
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
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