I previously wrote:

> I distribute my app in 3 languages, each as a distinct
> stand-alone PRC file. Now, some users, when working with
> foreigners (everyone is someone else's foreigner), would like
> to be able to switch language on the fly. Overlays don't seem
> appropriate as it's the OS that gets to select the resource
> overlay according to the machine locale. Could I simply achieve
> this by shipping resource databases that would only contain my
> UI resources and use DmOpenDatabase to select a new resource
> database from which resources would then be fetched? I gather
> that if I later close that new resource database, I would fall
> back to the UI resources in the base PRC file. Suggestions and
> ideas welcome.


Actually, I would like to try for myself this idea of a resource database, but 
under CW 9.3, when I try to link my new "PalmOS code resource" target 
containing only the Constructor resource file, the linker complains about a 
missing __startup__ routine. How can I create with CW 9.3 a resource DB 
containing only UI resources? Must the type be 'rsrc' or other?

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

Reply via email to