> Luc Le Blanc wrote:
> > What is the best way to make some parts of my application
> > optional (i.e. shipped in separate PRCs) in order to reduce the
> > size of the required PRC for those with little available memory
> > on their device?
> > I use CW 9.3 and I try to maintain compatibility with
> > PalmOS 3.0.

> Do you want to strip code or resources? For code I would say,
> make a shared lib or a helper app which is called using
> SysAppLaunch. For resources just open the resource (.prc) file
> in your app and do DmGetResource(), it will search in all open
> resource DBs starting with the most current one.

I want to split code so as to have a main PRC and secondary ones, optional, 
that can provide additional features.

I gather that shared libraries cannot access globals. Is there a workaround? 
Can you point me to relevant online reading regarding this kind of shared 
library usage?


Luc Le Blanc 

Regards
Henk
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to