--
"jack" <[EMAIL PROTECTED]> a �crit dans le message de
news:[EMAIL PROTECTED]
> i can use FtrGet to detect the device is emulator.
> how about simluator?
> thanks for your help .
>

Boolean onSimulator()
 {
 UInt32 ulngValue=0;

 FtrGet(sysFtrCreator, sysFtrNumProcessorID, &ulngValue);
 return(ulngValue==sysFtrNumProcessorx86);
 }


-- 
Regis St-Gelais, P. Eng. / ing.
Software Development / D�veloppement informatique
www.laubrass.com



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

Reply via email to