Disappearning process...

  • Thread starter Thread starter farseer
  • Start date Start date
F

farseer

Hi,
i am attempting to run my app as a hidden process. What this means is
that upon loading, i immediately hide the app and any forms so that it
is no longer visible. What i have noticed however is that
occassionally, after some time, WM2005 + CF2.0 automatically close my
app.

How can i prevent this? i'd like my app to be keep running
indefinitely.

thank you
 
I could be wrong, but I sometimes notice that my applications close
without warning and without the possibility to cancel it if my
application is installed on a storage card and the device has been
turned off while my program is running.

Someone explained to me that the storage card is remounted when the
device is powered on again, invalidating all file-handles, including the
one to your application.

If this is the case, the simple solution would be trying to run your
program from memory in stead of from the storage card.
 
Back
Top