Results 1 to 3 of 3

Thread: qwtplot program in Qt 4.3.3 with VS2005 not working

Hybrid View

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

    Default Re: qwtplot program in Qt 4.3.3 with VS2005 not working

    But i get this error
    1>c:\qt\4.3.3\qwt\qwt-5.0.2\qwt-5.0.2\examples\graphplot\graphplot\graphplot.h(7) : fatal error C1083: Cannot open include file: 'qwtplot.h': No such file or directory
    The name of the file is qwt_plot.h.

    Uwe

  2. #2
    Join Date
    Mar 2008
    Posts
    46
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qwtplot program in Qt 4.3.3 with VS2005 not working

    Hi thank You for the reply. That error was cleared. Hey and is this program fine. Cause i have so many new errors up now. pls tell me the change's i need to do here.So that it works fine.


    Qt Code:
    1. 1>moc_graphplot.cpp
    2. 1>c:\qt\4.3.3\qwt\qwt-5.0.2\qwt-5.0.2\examples\graphplot\graphplot\generatedfiles\release\../../graphplot.h(11) : error C2504: 'qwtPlot' : base class undefined
    3. 1>.\GeneratedFiles\Release\moc_graphplot.cpp(52) : error C2061: syntax error : identifier 'qwtPlot'
    4. 1>main.cpp
    5. 1>c:\qt\4.3.3\qwt\qwt-5.0.2\qwt-5.0.2\examples\graphplot\graphplot\graphplot.h(11) : error C2504: 'qwtPlot' : base class undefined
    6. 1>graphplot.cpp
    7. 1>c:\qt\4.3.3\qwt\qwt-5.0.2\qwt-5.0.2\examples\graphplot\graphplot\graphplot.h(11) : error C2504: 'qwtPlot' : base class undefined
    8. 1>.\graphplot.cpp(9) : error C3861: 'setupUi': identifier not found
    9. 1>.\graphplot.cpp(10) : error C2065: 'pane' : undeclared identifier
    10. 1>.\graphplot.cpp(10) : error C2227: left of '->setAxisTitle' must point to class/struct/union/generic type
    11. 1> type is ''unknown-type''
    12. 1>.\graphplot.cpp(11) : error C2227: left of '->setAxisScale' must point to class/struct/union/generic type
    13. 1> type is ''unknown-type''
    14. 1>.\graphplot.cpp(12) : error C2227: left of '->setAxisTitle' must point to class/struct/union/generic type
    15. 1> type is ''unknown-type''
    16. 1>.\graphplot.cpp(13) : error C2227: left of '->setAxisScale' must point to class/struct/union/generic type
    17. 1> type is ''unknown-type''
    18. 1>Generating Code...
    19. 1>Build log was saved at "file://c:\Qt\4.3.3\QWT\qwt-5.0.2\qwt-5.0.2\examples\graphplot\graphplot\Release\BuildLog.htm"
    20. 1>graphplot - 10 error(s), 0 warning(s)
    21. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    To copy to clipboard, switch view to plain text mode 

    Thank You
    Regard's

Similar Threads

  1. QT MySQL
    By sabeeshcs in forum Newbie
    Replies: 6
    Last Post: 12th January 2007, 04:19

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.