For your purposes, consider them to be the same as VoidPtr and StrCopy.
-- Keith
"Matthew D Moss" <[EMAIL PROTECTED]> on 07/18/99 01:58:25 AM
Please respond to [EMAIL PROTECTED]
Sent by: "Matthew D Moss" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc: (Keith Rollin/HQ/3Com)
Subject: Re: Getting Application Version: Programatically
> // Get the version from the 'tver' resource, using ID's 1 and 1000
> strH = ::DmGet1Resource (verRsc, appVersionID);
> if (strH == NULL)
> strH = ::DmGet1Resource (verRsc, appVersionAlternateID);
> if (strH)
> {
> uaecptr strP = (uaecptr) ::MemHandleLock (strH);
> uae_strcpy (appVersion, strP);
> ::MemHandleUnlock (strH);
> ::DmReleaseResource (strH);
> }
Can you explain what the uae* items (ie, uaecptr, uae_strcpy) are? I
searched through the PalmOS headers that came with CWPalm5, but couldn't
find it.
---- --- -- -
Matthew D Moss
[EMAIL PROTECTED]