Results 1 to 3 of 3

Thread: Deploying with MySQL and FTP

  1. #1
    Join Date
    Oct 2008
    Location
    Catalunya
    Posts
    22
    Thanks
    7
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Unhappy Deploying with MySQL and FTP

    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:
    Qt Code:
    1. libmysql.dll
    2. mingwm10.dll
    3. QtCore4.dll
    4. QtGui4.dll
    5. QtNetwork4.dll
    6. QtSql4.dll
    7. QtWebKit4.dll
    8. sqldrivers/qsqlmysql4.dll
    To copy to clipboard, switch view to plain text mode 

    Thanks a lot!

  2. #2
    Join Date
    Dec 2006
    Posts
    426
    Thanks
    8
    Thanked 18 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Deploying with MySQL and FTP

    Basically you gave zero information, so you received zero help

  3. #3
    Join Date
    Oct 2008
    Location
    Catalunya
    Posts
    22
    Thanks
    7
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Deploying with MySQL and FTP

    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!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.