I am using the following code to get the application version string:
h = DmGetResource(verRsc, appVersionID);
if (!h) h = DmGetResource(verRsc, appVersionAlternateID);
ErrFatalDisplayIf(!h, "Unable to find version string");
p = MemHandleLock(h);
SetFieldText(AboutFormVersionField, p);
MemPtrUnlock(p);
However it seems that on OS 3.2 this works OK, but on 3.5 this gives the OS
version. Is this correct, or am I being a muppet? If so how do I get the
application version string on OS 3.5?
Chris
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/