Hi,

Having installed QWT library, I now do the following code :

Qt Code:
  1. QwtPlot *myPlot;
  2. myPlot = new QwtPlot(this);
To copy to clipboard, switch view to plain text mode 

What happens when the new is called is my application just quits, anybody any ideas, I'm thinking maybe some DLL missing or something?

Regards,
Steve