I also hunted for a long time, and eventually overcame the crash in the
rsrc2rcp program and now it converts well.....

Try this:

rsrc2rcp -I <directory> -rsrc <filename>.rsrc -NoConvPict -oRcp
<filename>.rcp
You then need to convert the output PCT to BMP. I can highly recommend
Graphic Workshop Professional (but there are hundreds of them out there -
and this only needs to be done once)

next you need to change the PCT entried in the resulting RCP file to BMP.
If you are using cygwin (or unix) do:
perl -p0777i -e 's/.pct/.bmp/gm;' <filename>.rcp
If not, just use notepad to search and replace the text.
Now you are all set to go!

I spent days trying to figure out how to successfully convert my .rsrc
files, and I haven't had a problem with the proces soutlined above yet.

Geoff



"Flex" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
>
> Thanks guys,
> I'll try that.
>
> But I'm a little scared of naming again thousands of controls, 3
> translations....
>
> If it's possible one more question - is there a good rcp editor for linux
> that supports all the goodies? The windows ones are tragic and maybe do
work
> for a 1 form app but for a large ones...
>
> "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> >
> > > >Hmm... any ideas? Or need to make my own convertor?
> > >
> > > Take the PRC file you got from your last good build using RSRC
resources
> > > and use PRC Explorer to output a RCP file along with bitmap files.
> That's
> > > the route I originally used when converting projects to V9.  It works
> very
> > > well, as its actually creating the RCP file from the real Palm OS
> > > resources.  The disadvantage is having to then go an apply identifiers
> to
> > > the raw values in the output RCP file.
> >
> > you can also avoid that cut and paste process - search for prc2pilrc
> > its a Java class that creates a .rcp file from a .prc :) i use this
> > a *lot* here..
> >
> > ---
> > Aaron Ardiri                        [EMAIL PROTECTED]
> > CEO - CTO                                           +46 70 656 1143
> > Mobile Wizardry                      http://www.mobilewizardry.com/
> >
> >
> >
>
>
>
>



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

Reply via email to