Page 1 of 1

Standalone App Not Killable

Posted: Fri Dec 06, 2013 1:41 am
by acwilson96
I am using Windows 8 and when I run a standalone app that I have created I cannot delete the file as the process for the app is still running, is there any way I can prevent the process from running?
The main issue I am having is I cannot delete the file and I am also wanting to create a button that will completely close the app.
Any solutions?

Re: Standalone App Not Killable

Posted: Fri Dec 06, 2013 1:50 am
by Simon
Check out "destroyStack" in the dictionary.

Simon
Edit: and pendingMessages, make sure you cancel all of them.

Re: Standalone App Not Killable

Posted: Fri Dec 06, 2013 1:55 am
by acwilson96
Simon wrote:Check out "destroyStack" in the dictionary.

Simon
Edit: and pendingMessages, make sure you cancel all of them.
Thank you very much, will try with a standalone now!

Re: Standalone App Not Killable

Posted: Fri Dec 06, 2013 1:59 am
by acwilson96
acwilson96 wrote:
Simon wrote:Check out "destroyStack" in the dictionary.

Simon
Edit: and pendingMessages, make sure you cancel all of them.
Thank you very much, will try with a standalone now!
I am having issues with launching the standalone: "The application was unable to start correctly (0xc0000142). Click OK to close the application."
I will google to find a solution