Results 1 to 2 of 2

Thread: QT 4.5 problem with my dll

  1. #1

    Default QT 4.5 problem with my dll

    Hi,

    I use QT in my dll. Since I used the version 4.5 the application which use my dll can't load it (like if my dll didn't find the QT dlls). This problem appends only on release mode, the debug mode works fine.
    I used the regsvr32.exe to register my dll, all are OK.
    I used the dependency walker, all are also OK.

    can anybody help me ?

  2. #2
    Join Date
    Mar 2009
    Posts
    6
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 1 Time in 1 Post

    Default Re: QT 4.5 problem with my dll

    So what are you trying to do?
    You're DLL that uses Qt is a COM object?
    The application that uses your DLL also loads the Qt DLLs, so they must be in the load path at the time your application starts. Wild guess: did you forget to build Qt release DLLs and your DLL tries to load some old Qt version?

Similar Threads

  1. Very strange socket programming problem
    By montylee in forum Qt Programming
    Replies: 5
    Last Post: 11th November 2008, 13:05
  2. deployment problem: msvc++ 2008 Express, Qt 4.4.3
    By vonCZ in forum Qt Programming
    Replies: 7
    Last Post: 10th November 2008, 15:38
  3. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 10:12
  4. Steps in solving a programming problem?
    By triperzonak in forum General Programming
    Replies: 8
    Last Post: 5th August 2008, 09:47
  5. Replies: 16
    Last Post: 7th March 2006, 16:57

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.