>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/
- Strange problem Ng Wei Gee
- Re: Strange problem Stringer
- Re: Strange problem Ng Wei Gee
- Strange problem adam davies
- RE: Strange problem Richard Burmeister
- RE: Strange problem adam davies
