In article <85757@palm-dev-forum>, [EMAIL PROTECTED] says...

> Recently we had to change the way we sent the new version over because of the 64K 
>limit. Now I need to know
> how to programmatically change the version and name that is set with constructor. So 
>in short (I know I haven't
> been), I would like to do the same thing Chris needs to do....

First, I'd remove the version number and name from your .rsrc file and 
specify it with a .r file instead.  Text files are generally easier to 
modify than binary files for automated builds.

You can make a script which writes out a Rez file in your existing 
project using the Perl plugin.

However, changing your PRC settings in the PalmRez panel just isn't 
possible without directly altering the pref panel structure.  You could 
do it from a Perl script, but you would need the binary format of the 
panel's data, and that's not available, at least from Metrowerks.  Palm 
might document it if asked nicely.

-- 
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Get help at http://palmoswerks.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