"Brandon Roberson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sat, 12 Mar 2005 03:23:34 -0000, kr5t <[EMAIL PROTECTED]> wrote: > > Anyone know how to convert xrd/bmp files created using PalmOS Developers Suite into > > prc's so I can use it w/OnBoardC?(Bird, actually;if you want it,I'm sorry I can't be more help > > but I forgot the website so I suggest you Google it and PP(Palm&Pascal),thats where I found > > it) [snip] > I wonder what the database type and owner ID are on something built > with PalmRC per Ben's suggestion... still might have to jump through > all but the last of these hoops. Let us know how it goes, if you get a > chance, won't you?
A .trc doesn't have the header information required to install it on a device. This works: palmrc name.xrd -o name.trc -p 68k prcmerge name.trc -o name.prc -c cr8r -t rsrc -n "Name" del name.trc This creates name.prc, where name is the name of the xrd, and cr8r is the creator-id. -- Neal Bridges Quartus Handheld Software http://www.quartus.net -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
