Board index » cppbuilder » Access violation and page fault on Close of MDI form
Wally Hoope
![]() CBuilder Developer |
Thu, 03 Feb 2005 07:13:09 GMT
Access violation and page fault on Close of MDI form
I have an application that has been under piecemeal development for a couple
of years in BCB 5. The application has always been required to support MDI children with a TRichedit component and has done so until this afternoon. When I close the MDI child I am now seeing an error EAccessViolation with message "Access Violation at address BFF7B997 in and then BCB drops me onto line 940 of forms.hpp /* TCustomForm.Destroy */ inline __fastcall virtual ~TForm(void) { } before declaring that the application has committed an illegal action and I've traced down both paths to the MDI shut down and found nothing more I had been working on a module using and then clearing STL vectors and maps, Any advice or prior experience would be greatly appreciated. Thanks in Wally Hooper |