Page 1 of 1

can't find libmysql41.dll libmysql.dll problem?

Posted: 16.02.2010, 11:10
by jeremicm
I'm using Delphi 2009 and ZeosLib 6.6.6 stable on Windows 7. On designtime when i set ZConnection.Connected to True i get error "can't find libmysql41.dll libmysql.dll"...

On runtime everything works fine.

I copied files to both windows\system32 and application exe folder.

Any ideas?

Thnx in advance
Martin

Posted: 16.02.2010, 13:05
by Stevie
If you are working on Windows 7 64 bit make sure the libmysql.dll is in the windows\syswow64 folder.
You can also copy the file to the Delphi\bin folder.

Posted: 16.02.2010, 13:23
by jeremicm
it works. thanks.