"Neville Bonavia" <[EMAIL PROTECTED]> wrote in message
news:55786@palm-dev-forum...
>
> I have a .PRC file which I need to extract the resource files from it
in
> order to import them in the Code Warrior Constructor for the Palm OS
1.5.
>
> I found a prc2bin.exe utility which converts the resources into binary
> files, but I was unseccsful in importing these resource files into the
code
> warrior.
>
> Does anyone have any idea on how to go around this issue pls.
If the resources are standard ones, then you can do this using the Palm
OS 4.0 SDK by opening the PRC with Constructor 1.6 and copying resources
from the PRC into the .rsrc file you're using to build your project.
If its not a standard resource, use prc2bin, then include the bin file
my making a .r file (which invokes the Rez resource compiler), and give
it the syntax
read 'FOOB' (1025) "BinaryFile";
where 'FOOB' is your resource type, (1025) is the decimal ID, and
"BinaryFile" is the name of the .bin file (including extension).
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/