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


Reply via email to