Results 1 to 5 of 5

Thread: Qt 4.8.1 Cannot release debugged app for windows.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    May 2012
    Posts
    6
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt 4.8.1 Cannot release debugged app for windows.

    Quote Originally Posted by Lesiok View Post
    DLL's for debug version have letter d in name. Ie. QtCore4.dll fo release mode and QtCore4d.dll for debug mode.
    Yes, I have QtCore4.dll in my release folder and all other qt dll's needed for app, in this case network and gui.
    I've copied qtCored4.dll to debug folder and other dll's with 'd' letter and after clicking on .exe i get error :
    The procedure entry point ?checkStateSet@AbstractButton@@MAEXXZ could not be located in the dynamic link library QtGuid4.dll
    I want to underline that debug version is running well through Qt Creator...

    Anyone ?
    Last edited by notes90; 31st May 2012 at 19:42.

Similar Threads

  1. Replies: 1
    Last Post: 18th November 2009, 21:51
  2. QtSingleApplication in Windows with release mode
    By Auryn in forum Qt Programming
    Replies: 2
    Last Post: 28th October 2009, 11:36
  3. Replies: 8
    Last Post: 8th September 2008, 09:46
  4. Strange QTcpSocket behavior (debugged with Ethereal)
    By mdecandia in forum Qt Programming
    Replies: 23
    Last Post: 28th May 2007, 20:44
  5. Qt 4.2.2 Cleanlooks debug vs. release (Windows XP)
    By Byngl in forum Qt Programming
    Replies: 6
    Last Post: 25th January 2007, 12:56

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.