How does one write code that determines whether the code is being executed
on POSE or on an actual device?  I know I've seen this on the forum, but I
just can't find it in the archives . . .

Example below, where IsRunningOnPOSE() contains the functionality I need:

if (IsRunningOnPOSE())
{
        // Execute POSE-specific code
}
else
{
        // Execute device-specific code
}

Thx,

-DGA

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