I'm not sure about what it should but I'm pretty sure what it is. It's a normal PalmOS PRC file having a single resource. Nothing prevents me to include it as it is and skip first 0x5A bytes to jump exactly on the first byte of code. But I though there should be a way to generate a binary file for code only...
If you use the Palm OS 68K linker to build your final PRC file, you don't need to do anything else. If you add the PRC file to your final project, the linker will merge those resources (in this case, a single resource) into the final PRC file. Your resource will be there without any sort of PRC header -- think of it as merging two ZIP files.
--
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/
