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
- How to detect app is running on POSE Eric VERGNAUD
- Re: How to detect app is running on POSE Ken Glover
- Re: How to detect app is running on POSE Eric VERGNAUD
- Re: How to detect app is running on POSE Jim Schram
- Re: How to detect app is running on POSE Ben Darnell
- Re: How to detect app is running on POSE Jim Schram
- Re: How to detect app is running on POSE Eric VERGNAUD
- Re: How to detect app is running on POSE Jim Schram
- Re: How to detect app is running on POSE Hal Mueller
- RE: How to detect app is running on POSE Richard Hartman
- Re: How to detect app is running on POSE Jim Schram
- Re: How to detect app is running on POSE Eric VERGNAUD
- RE: How to detect app is running on POSE Fawcett, Mitch
- RE: How to detect app is running on POSE krollin
