Hi !
Can anyone tell me what may be the reason for a program to leave a process runing after closing ?
I see the attached list of processes, the small one of "Nivut" is a leftover from the program after running and closing, the larger is the program running (after re launching it).
I checked that no files opened are left un-closed. any other reason ?
(the total code is too large to attach)
The number of controls is only limited by the available memory. Are you running low on memory?
This case is pretty strange. The OS should not allow more than one instance of the same application running.
Can you somehow add some logging to your application (like writing some events to a file, or showing a message box)?
I AutoScaled Optimised compiled the application and tried it on my Axim X30 (WM2003SE), my iPAQ 214 (WM6.0) and my HTC Diamond (WM6.1). On none of them did I see this behaviour. Is there anything you need to do to provoke it?