At 10:56 PM +0100 1999/12/08, Eric VERGNAUD wrote:
>I know this has been answered many times, but I can't find the
>information. How can I determine that my app is running on POSE rather
>than a regular device ?

  UInt32 temp;

  if (!FtrGet( 'pose', 0, &temp ))
    ... running under POSE
  else
    ... running on a real device or on some other emulator

Regards,

Jim Schram
3Com/Palm Computing
Partner Engineering


Reply via email to