Page 2 of 2 FirstFirst 12
Results 21 to 25 of 25

Thread: Qwt plugins in Qt Creator

  1. #21
    Join Date
    Feb 2010
    Posts
    7
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qwt plugins in Qt Creator

    Finally I have succeeded to integrate qwt plugin to Qt creator! (rebuild qt-creator with mingw32)
    But now when I want to access the qwt widget's method on my code I get this error:
    exited with code -1073741819 Code:
    1. example.exe exited with code -1073741819
    To copy to clipboard, switch view to plain text mode 
    I have built qwt with mingw32 in release mode.
    x Code:
    1. qmake -spec win32-g++ -r CONFIG+=release qwt.pro
    2. mingw32-make release
    To copy to clipboard, switch view to plain text mode 

    what's wrong?!
    Last edited by ziXet; 10th February 2011 at 09:50.

  2. #22
    Join Date
    Mar 2010
    Posts
    77
    Thanks
    17
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qwt plugins in Qt Creator

    Well, I'm definitely no expert in this field but I have been working myself half to death in getting the qwt plugin to work on windows before, which I assume you are using since you're mentioning msvc.
    All the advise I can give you is to follow my guide/steps from post #14 in this thread if you are OK with using Qt Creator and MinGW. All I can say is that is what worked for me when I had tried what felt like a billion approaches.

    Keep working, You'll get it to work!
    Cheers
    /Tottish

  3. #23
    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: Qwt plugins in Qt Creator

    Quote Originally Posted by ziXet View Post
    Finally I have succeeded to integrate qwt plugin to Qt creator! (rebuild qt-creator with mingw32)
    O.k. you found out that you were trying to mix MSVC and MinGW and decided to continue with MinGW only - fine.

    The common problems for using a Qwt DLL on Windows are:

    1) You forgot to set "DEFINES += QWT_DLL" in your application qmake project file ( if you are not using qmake, set the define however this needs to be done in your IDE )

    2) You didn't set the PATH variable, so that the DLL is not found

    3) Qwt was build in release mode and your application in debug mode ( or v.v. )

    Uwe

  4. The following user says thank you to Uwe for this useful post:

    ziXet (10th February 2011)

  5. #24
    Join Date
    Feb 2010
    Posts
    7
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qwt plugins in Qt Creator

    Edit!
    My fault!

    Thank you UWE for this great library!
    Last edited by ziXet; 10th February 2011 at 15:45.

  6. #25
    Join Date
    Jun 2011
    Posts
    1
    Qt products
    Qt3
    Platforms
    MacOS X

    Default Re: Qwt plugins in Qt Creator

    I used Qwt with Qt 4.8.4 and everything worked fine, now have moved to Qt 5 and the Designer plugin is no longer recognized. I followed the Qt examples for Qt5 Designer plugins, however the pluging is not shown and when I go to Tools->Form Editor->About Qt Designer Plugins... I get a message under "Failed Plugins" stating that "Cannot load library C:/Qwt-6.1.0-svn/plugins/designer/qwt_designer.dll: The specified procedure could not be found." Might as well have just said "Error" for all the information it provides.

    Anyone been able to get Designer plugins working with Qt5? I have revision 1698 of svn://svn.code.sf.net/p/qwt/code/trunk/qwt

Similar Threads

  1. Mac OS, plugins that user designer plugins
    By Royceybaby in forum Qt Programming
    Replies: 0
    Last Post: 9th May 2010, 01:40
  2. Why can Qt Creator use QPluginLoader to load plugins?
    By MorrisLiang in forum Qt Programming
    Replies: 4
    Last Post: 25th April 2010, 16:00
  3. Designer plugins in Qt Creator
    By stefan in forum Qt Tools
    Replies: 9
    Last Post: 8th March 2010, 05:51
  4. Replies: 0
    Last Post: 30th August 2009, 22:44
  5. Plugins
    By Michiel in forum General Programming
    Replies: 3
    Last Post: 25th March 2006, 12:37

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.