Depends on what you mean by "recompiling".  This is one way that doesn't
require a code compiler, there may be others.  Assumes you are using
windoze.

If you don't have PODS, get it and install it.
Bring up a command line window.  Set the path to the bin folder in PODS.
Enter the following command line to generate a resource file from the
application
  GenerateXRD yourapp.prc -d -s -o yourapp.xrd 
The -d generates the database header.  The -s generates the 'code' and
'data' resources as XML.
Use the resource editor to add a bitmap at the depth you need or manually
edit the XRD file using a text editor.
To recompile the app into a PRC, use
  PalmRC yourapp.xrd -o yournewapp.prc


> -----Original Message-----
> From: Shimon Shnitzer [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, August 02, 2005 7:11 AM
> To: Palm Developer Forum
> Subject: Adding hi-res application icons - externally
> 
> 
> Hi,
> 
> I have an application that has a low-res application icons 
> (density 72).
> 
> Can I add a high-res icon (144) to it without re-compiling it ?
> 
> Is there a tool to allow me to edit/add/change resources 
> within a PRC ?
> 
> Thanks !
> -- 
> For information on using the PalmSource Developer Forums, or 
> to unsubscribe, please see http://www.palmos.com/dev/support/forums/
> 
> 
> 


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

Reply via email to