I'm working on C under CW9 for few months. I'm now trying POD on CW9. When I begin with the wizard and the framework is generated, the default resource is in rsrc format. When I compile it, no problem was found.
After I convert it to rcp with Pilrc Designer, I remove Starter.rsrc and add back Starter.rcp. Also, I change Linker to "Palm OS 68K" and Post-linker to "None" in project setting. I compile it and the following message appears:
Link Error : __RuntimeModule__: '__Startup__' referenced from '__DummyStartup__' is undefined.
I just want to use rcp with POD, instead of rsrc.
What POD do you mean? Palm OS Debugger? Do you mean Object Library for Palm OS (POL)? If so, the wizard for it in V9 generates a project that uses PilRC.
Anyway, the problem you're seeing is that your don't have the runtime library for the application in the target. You should have followed my conversion tips at http://www.palmoswerks.com/stories/storyReader$131
-- Ben Combee, senior DTS engineer, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
