c++ - Qwt missing includes -


when typing following line:

qwtpointseriesdata* mydata = new qwtpointseriesdata; 

it says me identifier undefined. have typed following includes in which, mentioned cannot open opens pource files.

#include <qwt_plot_curve.h> #include "qwt_series_data.h" 

any ideas how solve , find out how them?

to answer question : seems having old version of qwt!


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -