Page 1 of 1

unabled to load libmysql

Posted: 04.12.2010, 00:07
by pttk
Hi,

I use Delphi 2010 and Windows 7 (64), I probe dbexpress and Zeos component
but in both not found LibMySql.dll (I copy in same project folder and system32)

Any idea?

Posted: 05.12.2010, 11:19
by ts-d
hello,

my system is the same - I copied the file into the bin-folder.

bye
Thomas

Posted: 05.12.2010, 23:08
by mdaems
Strange path names (like including spaces ore other strange characters) for your project or system path?

Mark

Posted: 06.12.2010, 19:57
by Marius2
Not sure if this leads to a solution, but confusing enough, on a 64 bit system the System32 is for 64 bit dll's and wow64 is for 32bit dll's. So if you have installed a 32bit version of mysql LibMySql.dll should be placed in wow64, otherwise in system32. Read more on http://webmechs.com/webpress/2009/11/wi ... ig-gotcha/

Remember that you application still needs a 32 bit version of LibMySql.dll or it wont work

Posted: 10.02.2011, 14:36
by marcov
Another possibility is a libmysql.dll that has a dependancy on other DLLs that are missing.