there is file name lib not finded and
have
libmysql41.dll
libmysql320.dll
libmysql40.dll
libmysql323.dll
where get this files
where find dll files
Moderators: gto, EgonHugeist
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
These files are coming from the official mysql distribution you're working with. Just look for the libmysql.dll file and make sure you put it somewhere in the dll search path of your project executable. When your project must be able to use different mysql protocols you can rename the libmysql.dll file to libmysql<version>.dll as you mentioned them above.
Mark
Mark