Has anyone encountered a problem when copying a data of type unsigned characters to Char*?
example:
unsigned char* thisone= ""; unsigned long i = 0;
Char* putHere = 0; putHere = (Char*)(thisone + i );
Best regards, Brian
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
