PDA

View Full Version : Deploying with MySQL and FTP



josepvr
8th April 2009, 17:52
Hi everyone and thanks!

I've been writting an app that uses MySQL and FTP, in my computer works perfectly but when I try to run it in another pc It crashes when I try to connect to MySQL.

I put this dll's in the same folder of my app:


libmysql.dll
mingwm10.dll
QtCore4.dll
QtGui4.dll
QtNetwork4.dll
QtSql4.dll
QtWebKit4.dll
sqldrivers/qsqlmysql4.dll


Thanks a lot!

lni
8th April 2009, 18:34
Basically you gave zero information, so you received zero help :)
;)

josepvr
9th April 2009, 08:16
Hi,

my app makes some selects to MySQL DB and put some files in FTP server. When I run my app in development computer(windows xp) it works perfectly, but when I try it into another computer(also windows xp but no qt installation) the app starts correctly but crashes when loads mysql driver.

Thanks!