exception closing app with Delphi IDE

klaus

Member
Hello!

We experience a strange behaviour when closing apps running in the delphi 7.0 IDE. A "application defined" exception is being raised. The code is 0xc0000008.
In the main form's OnClose event we disconnect the session manually. session.connected := false returns whithout errors. The exception is raised afterwards when freeing the form.
When not connection at all to the session the exception is not beeing raised.
What's wrong?
 
Back
Top