> From Colla, Dr. Thomas J.

> string. Unfortunatelly, Char *serNum; StrNCopy(serNum, buffer,
> serialNumberLength) doesn't work (why?)
> Is there a work-around or should I read the Reference once again?

You might want to take another look at the Palm OS Reference.  You pass a
pointer to a text buffer into SysGetROMToken, so you must know how much
space you have allocated to the buffer.  Just make that buffer at least 1
byte longer than the result could be and fill the buffer with \0s before
calling SysGetROMToken.



-- 
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