I'm trying to declare a string with one character and initialize it like this.
Char s[] = "a";
When I run it, POSE says:
"stringtest" has just read directly from Palm OS global variables...
and s isn't set up correctly.
This works fine with codewarrior. It only happens with prc-tools when the initializing
string literal is 1 character long. Well actually it also fails on
Char s[2] = "a\0";
What gives?
Regards,
Kristian Adrup
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/