> Is there a way of finding out if you are running on the emulator
> at run-time?

if (FtrGet('pose', 0, &value) == errNone)
{
  // on emulator
}

i documented this in my paper about software protection - which, you 
should be able to find within the archives. thats the most reliable
mechanism for determining if you are on POSE :)

you can also use the HostControl API - and, use HotGetHostID(),
but, it only works on POSE 3.0+, the feature is the best way! :)

---
Aaron Ardiri
[EMAIL PROTECTED]
http://www.mobilewizardry.com/members/aaron_ardiri.php [profile]

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

Reply via email to