> I think that handspring's PalmRC (part of their developer toolkit) will take
> a .prc file and spit out .rcp output.
>

Here's the full details.

>From Handspring's PalmRC (available as download in source or binary form)
documentation at www.handspring.com:

    -oRcp <name> generate .RCP and .BMP output files from resources. Usually
used in conjunction with the -prc option to convert resources from existing
PalmOS .PRCs into source .RCP text files.

    -rsrc <infile> Input Macintosh format resource file as generated by
Metrowerks' Constructor or Apple's ResEdit.

So, you could run:
    PalmRC -rsrc foo.rsrc -oRcp foo

to convert foo.rsrc to foo.bmp and foo.rcp

Note, however, that PalmRC doesn't have all the features of the latest
version of PilRC (they branched at one point).


Neil

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to