Results 1 to 5 of 5

Thread: QWT app can't run,

  1. #1
    Join Date
    Jan 2014
    Posts
    16
    Thanks
    6
    Qt products
    Qt4
    Platforms
    Windows

    Default QWT app can't run,

    Hello all.

    I install QWT6.0.1 with visual studio 2010 on Windows XP follows the QWT install description. Now i can successfully compile and run a QT GUI program. when i put a QWT widget in UI designer ,the program can be successfully compiled, But when i run the executable app, the window can't display. Under debug mode , the program gives me a message "The thread 'Win32 Thread' (0x1168) has exited with code 0 (0x0).". does anybody help me please?

    Micky Jhon

  2. #2
    Join Date
    Dec 2013
    Location
    Toronto, Canada
    Posts
    62
    Thanked 16 Times in 15 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: QWT app can't run,

    Where is the code

  3. #3
    Join Date
    Jan 2014
    Posts
    16
    Thanks
    6
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QWT app can't run,

    Quote Originally Posted by Cah View Post
    Where is the code
    Hello ,Cah, Thank you for reply. I use the QWT example "Radio", the code is long. When i run the example , the window can not display, and the VS2010 give me the message "Win32 Thread' (0x1168) has exited with code 0 (0x0)".

    Micky Jhon.

  4. #4
    Join Date
    Dec 2013
    Location
    Toronto, Canada
    Posts
    62
    Thanked 16 Times in 15 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: QWT app can't run,

    Do you get a window when you run this...

    int main(int argc, char *argv[])
    {
    QApplication a(argc, argv);

    QwtPlot p;
    p.show();
    return a.exec();
    }

    Are you able to run any other example from the examples directory. The default is not to build examples automatically

  5. #5
    Join Date
    Jan 2014
    Posts
    16
    Thanks
    6
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QWT app can't run,

    thank u very much .... it works!

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.