--- Rob Bell <[EMAIL PROTECTED]> wrote: > I'm confused is that I have yet to find any documentation > describing syntax and structure of the *.rcp definition > files. I'm beginning to wonder if these are standard pieces > at all.
If you are using CodeWarrior, resources are typically created by editing an .rsrc file with Constructor. But there is another tool you can use. If you create a text file with .rcp for the extension and include that in your project, CodeWarrior can use the PilRC plugin to convert that to an .r file that gets compiled by rez. So, the documentation you need is the documentation for PilRC. You can find it at http://ardiri.com/index.php?redir=palm&cat=pilrc&subcat=manual __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
