Hi Everybody,

Which API functions I can use to delete an application in palm?

if I use:
   errdelete = DmDeleteDatabase(id,0);
then I get the error: dmErrROMBased

if I use:
   dataH = (VoidHand)MemLocalIDToGlobal(id,0);
   if (dataH)
      errdelete = MemHandleFree(dataH);
then it seems that it is deleted, when I use DmGetNumDatabase() and
DmDatabaseInfo(), I don't see that application but when I am back to
the application screen -> Delete, then I see an application named 
"Unknown         1K". I think it is something left from the deleted 
application. 

How can I delete the whole application inside my program?

Thank you in advances.

tnn




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to