[vtkusers] Borland
XViz
D_E at ukr.net
Mon Nov 19 09:55:24 EST 2007
Hello,
You must delete your vtkBorlandRenderWindow in FormClose function, like:
void __fastcall TForm2D::FormClose(TObject *Sender, TCloseAction &Action)
{
delete vtkWindow2D;
};
> Every time I close a program done in borland C++ builder 6, an error message appears:
> Project ... raised exception class EAccessViolation with message 'Access violation at address 00000000. Read of address 00000000' Process stopped. Use Step or Run to continue. "
More information about the vtkusers
mailing list