Is it possible to compile String List Resources separately into a database file that can be accessed by a Palm application? If it is possible, how can I do it using CodeWarrior? Thank you for your advice in advance.
You can build your own "non-application" PRC file that just has a string list resource. In CW for Palm OS V9, you can do this using the Palm OS 68K Linker, PilRC, and the "Resource Merge" target type. This tells the linker to not pull in any code or data, but just to copy all the resource files in the target to an output PRC file. Set up your string list in a RCP file, and compile to a separate PRC file that you'll install with your app.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
