CW has an integrated (DLL-based) "Rez" compiler/decompiler. It would be nice if you would try writing a command-line version.
Once you've got "Rez" source, a perl script could probably be used to translate "Rez" to "PilRC" source. Alternatively, the tool could just implement two source language interfaces: Rez and PilRC. Then a flag could be used to determine which form to compile (and more importantly, decompile). -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! Stuart Nicholson wrote in message <[EMAIL PROTECTED]>... > >Does this mean that Metrowerks CodeWarrior for the Palm produces .rsrc >files that are essentially Mac resources (by that I mean the Palm >resources are stored in a Mac resource fork in the normal Mac manner)? > >Presumably the Mac resources format is openly documented? > >Does this mean somebody COULD quite easily write a .rsrc to .rcp >converter if they were familiar with both tools and formats? > >If so I would be rather tempted to do so... > >Stuart Nicholson >Programmer >Firepad Inc. > >-----Original Message----- >From: Jun-Kiat Lam [mailto:[EMAIL PROTECTED] >Sent: Wednesday, August 02, 2000 2:43 PM >To: Palm Developer Forum >Subject: Re: PLEASE READ! RSRC to RCP > > >Hello Charles, > >I'm sorry if this answer isn't much help, but at this point in time >there >is no easy way to convert from RSRC files to RCP files. At least, not >that >I'm aware of. The closest thing would be a Rez file (which are >essentially >the same Mac OS resources defined in text form). However, Neil Rhodes >wrote >a PilRC plugin for the CW IDE that will take a .rcp file and spit out a >Rez >file which can be used by the PalmRez Post Linker to build your PRC. >Check >it out at > >http://www.calliopeinc.com/devcorner.htm > >Rgds, >Jun-Kiat Lam >Metrowerks Technical Support > >At 02:11 PM 8/2/2000 -0700, you wrote: >>Hey, >> >>Does anyone know of any way to convert the RSRC files to RCP files >>(codewarrior format to pilrc format)? >> >>ANY help would be much appreciated. Thanks. >> >>- Charles >> >> >> >>-- >>For information on using the Palm Developer Forums, or to unsubscribe, >>please see http://www.palmos.com/dev/tech/support/forums/ > > >-- >For information on using the Palm Developer Forums, or to unsubscribe, >please see http://www.palmos.com/dev/tech/support/forums/ > > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
