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

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
jeremicm
Senior Boarder
Senior Boarder
Posts: 61
Joined: 18.10.2006, 17:07
Contact:

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

Post 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
Stevie
Zeos Dev Team
Zeos Dev Team
Posts: 37
Joined: 16.08.2005, 10:53
Location: Soest
Contact:

Post 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.
Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. (Albert Einstein)
jeremicm
Senior Boarder
Senior Boarder
Posts: 61
Joined: 18.10.2006, 17:07
Contact:

Post by jeremicm »

it works. thanks.
Post Reply