In article <83746@palm-dev-forum>, [EMAIL PROTECTED] says... > How can I set the version displayed in Application Info thru my code. I am > using CW8.
The version string is stored in your application as a 'tver' resource. If you use Constructor, it will have ID 1000. Other tools use ID 1. Just open the resource, lock down the memory, and read it out as a C string. -- 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/
