>From <http://www.escribe.com/computing/pcpqa/m1082.html>:

     MemHandle verRsrc = DmGetResource(verRsc, 1);

Or, as Poser (Palm OS Emulator) does it in TrapPatches.cpp:

     MemHandle strH = ::DmGet1Resource (verRsc, appVersionID);
     if (strH == NULL)
          strH = ::DmGet1Resource (verRsc, appVersionAlternateID);

-- Keith






Bob Felice <[EMAIL PROTECTED]> on 07/07/2000 08:25:26 PM

Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]>

Sent by:  Bob Felice <[EMAIL PROTECTED]>


To:   "Palm Developer Forum" <[EMAIL PROTECTED]>
cc:    (Keith Rollin/US/PALM)
Subject:  How Can I Get the Version String?



I have the latest version of CW for Palm OS R6 and Constructor for Palm OS 1.5.

The version string from the Project Settings in the resouce shows up in the
res.h file, but as a comment -- not very useful.

Does anyone know how I can programmatically access the Version string?

TIA,

-- bob

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





-- 
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