> From: Pete Wilcox
>
> I haven't been able to figure out how to get the application version
> number for my apps to show up correctly when you do an "Info" command in
> the Application Launcher and select the "Version" button.  I'm sure that
> this is easy to do but haven't found how to set this in my apps from the
> code examples I've looked through or the Knowledge Base.  If someone
> could post a code snippet to do this it would be appreciated.
>

Are you using CodeWarrior, or something else?

If CodeWarrior, open your resource file with Constructor and change the
Version String to whatever you want it to be.

If using something else, you need to set the 'tver' resource.  E.g.,

data 'tver' (1) { "1.0" $"00" };

You'll find other useful tidbits about the version string if you look up
tver in the knowledge base.


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

Reply via email to