access violation at address xxxxxxxx in module test.dll
write of address xxxxxxxx
and I somtimes get a read address of FFFFFFFF error
I have a class that is instantiated with new from a dll.
when I delete it I get the error.
if I just create the class object as so in a function
Classwidget cw;
when it comes to the end of the function it destroys itself
and there is no problem.
what could be the cause of the error on the delete.
TC
write of address xxxxxxxx
and I somtimes get a read address of FFFFFFFF error
I have a class that is instantiated with new from a dll.
when I delete it I get the error.
if I just create the class object as so in a function
Classwidget cw;
when it comes to the end of the function it destroys itself
and there is no problem.
what could be the cause of the error on the delete.
TC