Am Mon, 2002-11-11 um 08.17 schrieb Nick Amato:

Hi,

>  char *strg = NULL, *x = NULL,*y = NULL,*color = NULL;
[...]
>       x[0] = 0x31;

Did you allocate memory for x ??? Otherwise x[0] = 0x31 would write 0x31
at (low) memory position 0.

Daniel Seifert



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to