> Is there a simple way to leave some optional code into a PRC
> segment that may, or not, be loaded by the user?
PRCs are not loaded by the standard PalmOS like executables are loaded by 
desktop systems. The code is executed in place, the OS just locks all 
resources. So you don't have any memory or CPU issues with optional code.

If your application is stored in the VFS, the PRC is copied into RAM 
completely and then run like usual.

Bodo


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to