Results 1 to 9 of 9

Thread: QT Creator DLL Question (Windows)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: QT Creator DLL Question (Windows)

    Quote Originally Posted by Sisco55 View Post
    I made a simple little program that edits web pages, it shouldn't be over 200 megabytes...
    I'd assume you have linked to debug versions of the libraries. Release ones should be much (10 times?) smaller.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


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

    Default Re: QT Creator DLL Question (Windows)

    That was the problem, I linked to the debug libraries.

    But now there is a new problem. When I try and run the program it says this:



    Now what is wrong?

    Thanks for the help by the way.
    Last edited by Sisco55; 29th November 2009 at 21:13.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: QT Creator DLL Question (Windows)

    You have probably trying to use wrong libraries - the ones from Qt Creator instead of the ones your application was built against.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. #4
    Join Date
    Nov 2009
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT Creator DLL Question (Windows)

    Edit: Nevermind. Fixed it myself. I using the wrong dlls. I was using the dlls from C:\Qt\2009.04\bin instead of the dlls from C:\Qt\2009.04\qt\bin


    Thanks all for the help. You guys are awesome.
    Last edited by Sisco55; 29th November 2009 at 22:17.

Similar Threads

  1. Replies: 1
    Last Post: 16th November 2009, 07:10
  2. A different MySql Question (windows performance)
    By LWakeland in forum Qt Programming
    Replies: 0
    Last Post: 6th October 2009, 01:45
  3. Replies: 6
    Last Post: 4th February 2009, 07:46
  4. Replies: 5
    Last Post: 15th January 2009, 09:03
  5. Qt and windows vista
    By munna in forum General Discussion
    Replies: 8
    Last Post: 11th January 2006, 22:33

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.