Try something like this...

 Err err;
 UInt32 value;
 Boolean emulator;

 err = FtrGet('pose', 0, &value);
 if (err) {
  emulator = false;
 } else {
  emulator = true;
 }








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

Reply via email to