To launch PalmOS application form SD card, just like Palm application launcher:=> You use sysAppLaunchCmdCardLaunch insted of sysAppLaunchCmdNormalLaunch in your PilotMain method.
And to access Database directly from SD card:=> you use VFSFileDBGetRecord(to read the required record, directly from the SD card) instead of using VFSImportDatabaseFromFile & DmGetRecord. I hope this solves your problem. -----Original Message----- From: jaikant shukla [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 4:13 PM To: Palm Developer Forum Subject: Urgent: How to launch Application on the expansion card? Hi All, I want to launch the Palm application on the Expansion card, just like Palm application launcher launches. Palm application launcher copies it in RAM then launches the application. When application stops Palm application launcher removes the application from RAM. I am using VFSImportDatabaseFromFile() to import the applicatoin from card to RAM then SysUIAppSwitch () API to laumch the application. After this the imported application is left in the RAM. I am not able to track the application for removal after it is stoped. I want the same behaviour as the Palm launcher behaves. The application should be removed after it stops. How should I go to achive the same. - Jaikant __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ ************************************************************************** This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated. ************************************************************************** -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
