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...