app/exe still running as process after closing
app/exe still running as process after closing
I am running my ticklish app (see showcase thread), I can close the app via X on windows...but afterwards I can still see the App inside the taskmanager as "background process"... I searched the code for unclosed files etc, but didn't find one. Anybody an Idea how to track what is going wrong with the windows version of my app/exe? I donnot want to have multiple instances of ticklish.exe running as process in the background.
Re: app/exe still running as process after closing [SOLVED]
@plouf
yes I used an "end"...but at the wrong place...It should be (e.g.) used after "CloseRequest", not after repeat forever waitevent loop.
yes I used an "end"...but at the wrong place...It should be (e.g.) used after "CloseRequest", not after repeat forever waitevent loop.