Aaron Ardiri wrote:
On 1/27/06, Gregg Woodcock <[EMAIL PROTECTED]> wrote:
My app uses code from the KB that says, essentially, "if my Processor is
*x86, then I am running on POSE".  I am concerned that the new "Windows
Palm" will cause this function to return "true", too (i.e. "I am running on
POSE").  Does anybody know for sure?

POSE would probably report itself as 68k.

I use :

if ((FtrGet(kPalmOSEmulatorFeatureCreator, 0, &feature) != errNone) &&
    ((FtrGet(sysFtrCreator, sysFtrNumProcessorID, &feature) != errNone) ||
     (feature != sysFtrNumProcessorx86 )))

to see if I am NOT running under POSE. So the processor returned under POSE is indeed a x86 when it is running under Windows.


--
Luc Le Blanc

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

Reply via email to