On 24-Aug-2000 Rick Gadbois wrote:
> 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/
- Emulator OR Pilot? Rick Gadbois
- Re: Emulator OR Pilot? Andrew Lathrop
- Re: Emulator OR Pilot? JB Parrett
- RE: Emulator OR Pilot? Chris Faherty
- RE: Emulator OR Pilot? Rick Gadbois
- RE: Emulator OR Pilot? Rick Gadbois
- Re: Emulator OR Pilot? Adam Wozniak
- RE: Emulator OR Pilot? Rick Gadbois
- Re: Emulator OR Pilot? Danny Epstein
- Re: Emulator OR Pilot? JB Parrett
- Re: Emulator OR Pilot? Ken Krugler
