I have tried creating a .r file and extracting the resources by using the 
'prc2bin.exe'. Unfortunately, I was unseccsful to properly use the resources 
for some reason or another, The forms were not being showed up and the 
images were highly distorted (could be an image compression issue.)

I know that the .prc was created by the code warrior, so I am assuming that 
it is using standard resource types.  One thing is this:- I have Constructor 
1.5, can anyone tell me from where I can get maybe a beta version of 
Constructor revision 1.6 pls.

Thanks
Neville Bonavia.


>From: "Ben Combee" <[EMAIL PROTECTED]>
>Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]>
>To: "Palm Developer Forum" <[EMAIL PROTECTED]>
>Subject: Re: Extracting the resources from the PRC files
>Date: Mon, 9 Jul 2001 09:46:34 -0500
>
>"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/

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-- 
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