Hi,
I'm a newbie to C++ programming and having a lot of difficulties to make the examples in QWT run. When I try to debug the example "simple_plot" project in QWT, a lot of include files such as qgarray.h, qmemarray.h seem to be missing. What may be the reason? I found these files on the net and copied into my include directory, but now I het the following error message:
..\..\include/qgarray.h:46: error: variable 'Q_EXPORT QGArray' has initializer but incomplete type
in qgarray.h file
thanks a lot in advance