Results 1 to 6 of 6

Thread: [Release] problem with mysql, relaease build on another machine

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2010
    Location
    Poland
    Posts
    112
    Thanks
    8
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Maemo/MeeGo

    Unhappy [Release] problem with mysql, relaease build on another machine

    Hey
    I am having a big problem (maybe not so big ), but it stops me from launching my application under another os (to be specific -> virtually installed Xp for testing before final release)
    The bug of course does not affect my local release build
    I copied all required dll's into {win}\system32 folder from C:\{qtdir}\qt\bin according to the tip from here
    coppied dll's file :
    - QtSql4.dll (as my application uses MySQL)
    - QtCore4.dll
    - QtGui4.dll
    - mingwm10.dll
    - libgcc_s_dw2-1.dll

    and additionally, I've copied the following dlls (also from C:\{qtdir}\qt\bin) after bug occurred, but it did not solved the problem
    - libmysql.dll
    - qsqlmysql4.dll (build by me so as to be able to use mysql in qt programming, so it's not from above folder)

    the error I get is on screenshot


    I now have no idea how to fix this bug, so any kind of suggestion would be much more than helpful

    Tomasz
    Last edited by kornicameister; 29th September 2010 at 18:00. Reason: wrong information about installed xp

Similar Threads

  1. Replies: 3
    Last Post: 9th February 2011, 20:30
  2. Build release and run error
    By gabriele in forum Newbie
    Replies: 11
    Last Post: 16th February 2010, 21:23
  3. Replies: 3
    Last Post: 3rd December 2009, 16:12
  4. XCode and Qt4.3 Release Build
    By themolecule in forum Qt Programming
    Replies: 0
    Last Post: 12th August 2007, 07:20
  5. .png not displayed with release build
    By mnemonic_fx in forum Qt Tools
    Replies: 1
    Last Post: 5th July 2007, 09:41

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.