Quote:

What I found until now, that single DLL shouls be enough.



Ok, I thought you mentioned above that you needed another 2 plugins:
Quote:

My lib also needed 2 otehr DLLs to be loaded. Not my day



Could that be the same problem as mine?


Quote:

1) maybe some standard Libary is used, that is still missing on your system? Like the mfc*.dlls?



I don't know what those mfc dlls are for, but when doing a search for them I found a few mfc*.dll's in C:\WINDOWS\SYSTEM and some in other directories, but none in a mySQL or related folder..


Quote:

2) I found multiple libmysql.dll on my system. One direktly inside the bin directory (which should be the right one) and then unter "embedded". Don't know, what is that for.



I found only one libmySQL.dll on my system, plus the one I copied in my project.


Quote:

I would try to install mysql 4.1 server on the system. That should solve the problem. When you install the mysql 4.1 server using the installer, you can tell the installation to insert the bin directory to your path. Then you must not copy any lib - the system finds all on its own.



I only installed mySQL 4.1 yesterday, so doing that again seems useless.. Also, when I install I didn't get choice to place the bin directory in another path.