Results 1 to 2 of 2

Thread: Need debug and release versions of Qwt?

  1. #1
    Join Date
    Feb 2008
    Posts
    79
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default Need debug and release versions of Qwt?

    I have two questions:


    1. My Qwt5.dll is now built in release mode. But I noticed I can use it also in release mode only when building program with Visual Studio. If I build my program in debug mode, then my program just exits when trying to show a graph. If I build program in release mode, then my program works ok. How to solve this? Can Qwt be build with -debug-and-release option as Qt? I obviously need both versions. Or should I build debug and release versions separately?

    2. Qwt plugin (built in release) now also works fine in Designer. However in Visual Studio it still does not work. I get this message: QLibrary::load_sys: Cannot load C:/Program Files/Trolltech/Qt VS Integration/plugins/qwt_designer_plugin.dll (The specified module could not be found.) According to Dependency Walker all dependencies are met and correct libraries are used.

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,311
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Need debug and release versions of Qwt?

    Quote Originally Posted by Tiansen View Post
    Can Qwt be build with -debug-and-release option as Qt? I obviously need both versions. Or should I build debug and release versions separately?
    At the moment you need to build both versions manually. In the next release of Qwt there will be a debug-and-release option.
    2. Qwt plugin (built in release) now also works fine in Designer. However in Visual Studio it still does not work.
    Almost all Qwt install problem reports are MSVC problems. The development environments on Unix systems are often called uncomfortable, but the ability to link debug and release libraries is an important pro.

    Uwe

Similar Threads

  1. Difference between Debug and Release Mode
    By sunil.thaha in forum Qt Programming
    Replies: 2
    Last Post: 5th May 2013, 13:31
  2. debug vs. release in static
    By null_pointer in forum Newbie
    Replies: 1
    Last Post: 16th October 2007, 08:34
  3. Replies: 2
    Last Post: 20th July 2007, 16:34
  4. Replies: 6
    Last Post: 10th November 2006, 10:38

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.