>Subject: Strange problem
>From: "Ng Wei Gee" <[EMAIL PROTECTED]>
>Date: Mon, 19 Feb 2001 05:15:44 +0800

> char *qwe;
>  ...
>  ...
>  ...
> StrIToA (qwe, SysRandom(0));

Not a strange problem, just a basic C language problem.
Change "char * qwe;"   to "char qwe[21];"
You shouldn't be writing to an unassigned pointer.

Roger Stringer
Marietta Systems


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