unabled to load libmysql

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
pttk
Junior Boarder
Junior Boarder
Posts: 37
Joined: 24.03.2006, 15:07

unabled to load libmysql

Post 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?
PTTK
ts-d
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 05.12.2010, 11:16

Post by ts-d »

hello,

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

bye
Thomas
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Strange path names (like including spaces ore other strange characters) for your project or system path?

Mark
Image
Marius2
Fresh Boarder
Fresh Boarder
Posts: 18
Joined: 06.12.2008, 13:07

Post 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
marcov
Senior Boarder
Senior Boarder
Posts: 95
Joined: 24.06.2010, 09:17

Post by marcov »

Another possibility is a libmysql.dll that has a dependancy on other DLLs that are missing.
Locked