Subject: Stopping application on PPC
Hello,
I have some problems with stopping my XMPP Client application. When the application is closed with Application.Exit() (i know that the vision of PPC is about not closing applications) or when i kill the application using the Settings ->Memory option, it looks like that some thread still keeps running.
This results in resetting the PPC before i can deploy a new version of the XMPP Client (otherwise i get a sharing violation). Somebody else had the same problem and knows a solution?
BTW Before closing the application I close the XMPPClientConnection of the agsXMPP library.
I have some problems with stopping my XMPP Client application. When the application is closed with Application.Exit() (i know that the vision of PPC is about not closing applications) or when i kill the application using the Settings ->Memory option, it looks like that some thread still keeps running.
This results in resetting the PPC before i can deploy a new version of the XMPP Client (otherwise i get a sharing violation). Somebody else had the same problem and knows a solution?
BTW Before closing the application I close the XMPPClientConnection of the agsXMPP library.