Hi there

When building QWT i miss the file qmemarray.h as included in qwt_array.h written by josef wilgen and uwe rathmann

"#ifndef QWT_ARRAY_H
#define QWT_ARRAY_H

#include "qwt_global.h"

/*!
\def QwtArray
Aliases QArray (Qt-2.x) and QMemArray (Qt-3.x) to QwtArray
*/
#ifdef QWT_NO_MEMARRAY
#include <qarray.h>
#define QwtArray QArray
#else
#include <qmemarray.h>
#define QwtArray QMemArray
#endif

#endif"

Anyone who knows where I can find a complete release of QWT as the one at SOURCEFORGE is incomplete?
Or, even better, anyone who knows where I can download QWT.DLL compiled for WIN32 on mingw (g++)?

Brg
Jore