--- Regis St-Gelais <[EMAIL PROTECTED]> wrote: > Is there a way to export and import (in text format) a resource > file created with constructor.
If you are using Windows... 1. Create a prc containing your resources (compile the app). 2. Download Regis Nicolas' PrcExplorer from http://www.palmgear.com/software/showsoftware.cfm?prodID=40542 3. Open the prc with PrcExplorer. 4. Select File | Save Source from the menu. This will export your resources, creating an .rcp file (plus bmp files, for bitmaps, etc.). The rcp file can be edited with any plain text editor, then imported into your project and compiled with the PilRC plugin for CodeWarrior. (Be sure to delete the original resources using Constructor so you don't end up with duplicates.) __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
