I use codewarrior9 and develop palm platform applications based on ARM processor. Pleas see the "File Mappings" panel(Edit menu->Setting->Target->File Mappings),I need add .r file to the table,otherwise I don't add .r file to my project. If I use Macintosh 68K as linker,my resource file(.rcp) can't be compiled.If I use Palm OS 68K as linker,I don't select rez as Compiler,so .r file can't be compiled.
You can't be helped. The two linkers have separate resource formats and they aren't compatible. You're best bet would be to grab Neil Rhodes' PilRC plugin for older versions of CodeWarrior and use it -- it does .rcp to .r conversion, rather than directly output .PRC files, so it works with the Mac OS 68K linker, but it suffers from having to go through the Rez format.
What do you need .r files for anyway? Any resource that can be specified in a .r file can also be specified for PilRC.
--
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/
