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
Post a Comment