> 2nd link I never read but it has little for us.

I sent the wrong link,but anyway it states that they too had problems
with memory deallocations and that it is important that each object
has a parent.

The link I wanted to send warned to never allocate a Qt object on the stack...
some thing like
func x()
{
   QPushButton qpb;
}
but allways use new operator....

I'm not saying you are using this, I wanted only to give an info I
found (and you probably already knew)

Francesco
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to