On 15/07/2006, at 8:53 AM, Arnaud Nicolet wrote:
When the "window(0).close" method is called, the computer freezes (well, at least classic freezes)....

Window(0).close
MsgBox "Test"

and I actually get the "Test" message, so the problem is after the window has successfully closed and no code remains to be executed, confusing!

Your destructors all remain to be executed, for any members of the window or static variables.

Try putting breakpoints or system.debuglog messages in all your destructors and adding destructors to contain these if you don't have any, so you get to break at the point where member variables are being destroyed.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to