Hi

I am experiencig a weird problem with the qwtplotcurve..

I need to plot shapes on a plot, and I am using the qwtplotcurve class. The problem is that the number of shapes is not fixed
so I used the dynamic allocation:

QwtPlotCurve *i_Curve = new QwtPlotCurve[ 100];

all works, except when I close my application: at exit an error rises...

does anyboby suggest a solution or an alternative approach to my problem.

Thank in advance!

H