Casting a UInt32 into a char* won't work... easiest way is to say:
if ( deviceID == 'Arz1' )
{
}HTH, G. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
Casting a UInt32 into a char* won't work... easiest way is to say:
if ( deviceID == 'Arz1' )
{
}HTH, G. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/