Results 1 to 2 of 2

Thread: Error using dlls

  1. #1
    Join Date
    Mar 2010
    Location
    Brazil
    Posts
    39
    Thanks
    2
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Error using dlls

    Hi.

    When i compile my application with DEBUG configuration later its works fine when i do double click to execute it.
    But, when i use the RELEASE configuration its doesnt works when i go execute it.

    In DEBUG i have this dlls in same folder of .exe: QtCored4.dll, QtGuid4.dll and libgcc_s_dw2-1.dll.
    In Release i have: QtCore4.dll, QtGui4.dll and libgcc_s_dw2-1.dll.

    When i execute the RELEASE executable, i got this error: "Was no possible found the enter point of procedure _Z21qRegisterResourceDataiPKhS0_S0_ in dynamic library QtCore4.dll".

    How i correct this?

    PS.: My language is portuguese so this error message is a not good translation...

    Thanks.

  2. #2
    Join Date
    Nov 2009
    Posts
    9
    Thanks
    11
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Error using dlls

    From newbie to newbie: try using the dll's from QTDIR/qt/bin, not from QTDIR/bin. That shoud do the trick.

Similar Threads

  1. Application won't run - missing DLLs?
    By N3wb in forum Qt Programming
    Replies: 2
    Last Post: 21st September 2009, 22:52
  2. Replies: 3
    Last Post: 2nd July 2009, 08:59
  3. suffix for qt dlls
    By jobrandt in forum Installation and Deployment
    Replies: 6
    Last Post: 11th April 2008, 09:59
  4. Qt and dlls ?
    By probine in forum Qt Programming
    Replies: 4
    Last Post: 15th December 2006, 14:12
  5. Can't build Dlls in VS2005 mt.exe error
    By kemp in forum Qt Programming
    Replies: 1
    Last Post: 28th August 2006, 12:38

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.