I'm writing an application that needs to be branded for different customers, and localized for other languages. Here's the general idea - I would have two .prc's. The first (call it a StubLauncher) would be contain all of the resources (icons, bitmaps, forms, strings, etc). It would take care of the customer specific stuff. The only logic it would have would be to launch the second prc, which would be totally generic, passing parameters to identify the name of the database to access and the creator id of itself, etc. The second prc would not contain any resources - it would need to access them all from the StubLauncher. For the localization part, I would have overlays for the StubLauncher.
So, here's the basic question: Is it possible to use forms that are stored in another .prc file? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
