hi,

I'm trying to retreive the ROM serial number of Symbol using the same
function that works with the Palm IIIx but it gives me a fatal error...is
there a different function other than SysGetRomToken that's specific to
Symbols?
thanx

error = SysGetROMToken(0, sysROMTokenSnum, (Byte**)&pBuf, &bufLen);
 if((!error) && (pBuf) && ((Byte)pBuf[0] != 0xFF)){
  pBuf[bufLen] = 0;
  setFieldText(gpActiveForm, SettingsPalmIdField, pBuf);
 } else {
  setFieldText(gpActiveForm, SettingsPalmIdField, "(none)");
 }


Rania


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

Reply via email to