Results 1 to 7 of 7

Thread: using Qwt with windows

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Re: using Qwt with windows

    i should also note that i cannot execute the qwt examples. i get the following error:

    The procedure entry point _Z5qFreePv could not be located in the dynamic link library QtCore4.dll

  2. #2

    Default Re: using Qwt with windows

    ok. i've fixed the problem i posted in the second post by adding c:\Qt\4.4.3\bin as the first entry in my PATH variable. I do not know what that would make a difference. however, i am still experiencing the trouble posted in the first post.

  3. #3

    Default Re: using Qwt with windows

    ok i have fixed all my problems now. i had to add

    INCLUDEPATH += C:\qwt-5.1.1\include
    LIBS += C:\qwt-5.1.1\lib\qwt5.dll
    to my project files. then since i had compiled qwt in release mode, i had to change my executable to release mode as well.

  4. #4
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,349
    Qt products
    Qt5
    Platforms
    Windows
    Thanks
    318
    Thanked 872 Times in 859 Posts

    Default Re: using Qwt with windows

    I have changed my Qwt compile parameters (in Visual C++) so that Debug mode builds "qwt5d.dll" and Release mode builds "qwt5.dll". This allows me to link my debug executables with a debug Qwt library and follow the debugger into Qwt if needed.

    Since I convert Qt .pro files into Visual Studio projects, I don't know how to edit the .pro file directly to achieve this same output, but I'm sure it is possible.

    Regards,

    David

  5. #5

    Default Re: using Qwt with windows

    yah i actually figured that out this morning. you can change the setting in the .pri file before compiling qwt to build both the debug and release dll's.

  6. #6
    Join Date
    Jun 2009
    Posts
    27
    Qt products
    Qt4
    Platforms
    MacOS X
    Thanks
    3

    Default Re: using Qwt with windows

    Hi mes,

    What changes you did in .pri file to run the examples of Qwt.

    Cheers,

Similar Threads

  1. Opening text file fails after autostartup on windows
    By yogourta in forum Qt Programming
    Replies: 2
    Last Post: 18th October 2008, 03:52
  2. Windows not appearing in XP.
    By beardybloke in forum Qt Programming
    Replies: 7
    Last Post: 24th October 2007, 17:32
  3. QWT introduction
    By nitriles in forum Qwt
    Replies: 4
    Last Post: 28th September 2007, 10:48
  4. How to upgrade Qwt 5.0.1 to Qwt 5.0.2
    By luffy27 in forum Qwt
    Replies: 1
    Last Post: 15th July 2007, 19:55
  5. use interesting QWT Library with QT3.X
    By raphaelf in forum Qwt
    Replies: 2
    Last Post: 23rd January 2006, 11:24

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.