Hi,
I have a program with about 12 forms, which are all auto created. When I start the program, even if i dont show any of the other forms, when I close the main form, I get a crash, It crashes in forms.hpp file on the
/* TCustomForm.Destroy */ inline __fastcall virtual ~TForm(void) { }
line.
I am not performing any actions on the form close.
Any ideas?
-Thanks
I have a program with about 12 forms, which are all auto created. When I start the program, even if i dont show any of the other forms, when I close the main form, I get a crash, It crashes in forms.hpp file on the
/* TCustomForm.Destroy */ inline __fastcall virtual ~TForm(void) { }
line.
I am not performing any actions on the form close.
Any ideas?
-Thanks