Results 1 to 5 of 5

Thread: Problem with release version of application

  1. #1
    Join Date
    Apr 2010
    Posts
    15
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Problem with release version of application

    Hi, create a simple application that takes input thru EditLine and show it thru MessageBox. It work fine under debug version, But show following message "the Procedure entry point _Z5qFreePv could not be located in the link libarary qtCore4.dll".

    I have copyed following dll to release folder :
    1. QtGui4.dll
    2. libgcc_s_dw2-1.dll
    3. QtCore4.dll
    4. mingwm10.dll


    What went wrong ?

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Problem with release version of application

    Did you compile your app in release mode? Did you use the dll from /....../qt/bin?

  3. #3
    Join Date
    Apr 2010
    Posts
    15
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Problem with release version of application

    Quote Originally Posted by Lykurg View Post
    Did you compile your app in release mode? Did you use the dll from /....../qt/bin?
    I have compiled it in release mode and copied the dlls from qt folders

  4. #4
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Problem with release version of application

    Quote Originally Posted by askrina View Post
    and copied the dlls from qt folders
    Yes, but the question is from which folder!

  5. #5
    Join Date
    Apr 2010
    Posts
    15
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Problem with release version of application

    Thank you Lykurg!

    I got it. i copy it from right folder

    thanks again!

Similar Threads

  1. Replies: 3
    Last Post: 9th February 2011, 20:30
  2. Replies: 0
    Last Post: 11th August 2009, 09:38
  3. Replies: 0
    Last Post: 2nd March 2009, 12:49
  4. Replies: 5
    Last Post: 5th October 2008, 05:12
  5. Problem with Release version
    By jlbrd in forum Installation and Deployment
    Replies: 7
    Last Post: 30th March 2006, 19:45

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.