mazinsw / nsMySQL

NSIS MySQL execute SQL command from NSIS installer with unicode and x64 support
MIT License
3 stars 0 forks source link

There are dependencies not mentioned to this library #3

Open almendieta opened 1 year ago

almendieta commented 1 year ago

Hi @mazinsw , thanks for your effort, this library seems to work. There is other called nsisMysql from @bizarrus that only throws message boxes, but is not working at all. Once said this, I have to mention that your library requires next libraries in order to work:

libmysql55.dll, libmysql51.dll, libmysql50.dll, libmariadb.dll, libmysql.dll

If you try to run your dll, log signals issues trying to get all working in 32 or 64bit, so it would be ideal add to this project all dependencies and all source files, so compilation gets possible!

Thank you again for your effort, hope you read my comments and make changes to this awesome project!