Results 1 to 9 of 9

Thread: Deploying

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2010
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Deploying

    Thanks, I just reinstalled the qt ide and it's working fine. About the thread you linked me, I'm having a problem with both the QtCore4.dll files. If I copy the one in the /bin file I get this error: "Insert point _Z5qFreePv of the procedure cannot be found in the dynamic connection library QtCore4.dll", while if I copy the one in qt/bin I get this error:"Insert point ?trUtf8@QMetaObject@@QBE?AVQString@@PBD0H@Z of the procedure cannot be found in the dynamic connection library QtCore4.dll"

  2. #2
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android
    Thanks
    62
    Thanked 260 Times in 246 Posts

    Default Re: Deploying

    The one from qt\bin is the right one (and there you find other dll's, when you will use some more functionality)

    That error usually comes from some miss-match with dll versions, did you download the new version (4.63)? If you did rebuild your application, and make sure you copy from the right folder (qt will make different folder for all versions installed).

  3. #3
    Join Date
    Jun 2010
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Deploying

    I am using the qt sdk, and with that I got the 4.62.. how should I do to upgrade it? Also, is that a big deal?

    I'm sure I'm copying the files from the right directories, but the error still shows up.. I builded into the release folder and I'm using that exe..

Similar Threads

  1. Deploying on Windows
    By GianMarco in forum Installation and Deployment
    Replies: 6
    Last Post: 18th November 2009, 08:13
  2. Deploying sqlite app
    By codeman in forum Installation and Deployment
    Replies: 7
    Last Post: 21st October 2009, 12:13
  3. deploying qtconfig
    By doggrant in forum Installation and Deployment
    Replies: 0
    Last Post: 10th September 2009, 15:31
  4. Deploying with MySQL and FTP
    By josepvr in forum Qt Programming
    Replies: 2
    Last Post: 9th April 2009, 09:16
  5. deploying my qt application
    By arunredi in forum Installation and Deployment
    Replies: 1
    Last Post: 22nd May 2008, 12:34

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.