thanks chris....
------------------------
> Is there a way to tell from within your program if it is running in the
> emulator or a real palm pilot??

Boolean inposer;
DWord temp;

if (FtrGet('pose', 0, &temp) == ftrErrNoSuchFeature) inposer = false;
else inposer=true;


/* Chris Faherty <[EMAIL PROTECTED]> */


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


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to