At 10:21 AM 16/05/2001 -0700, Jaydee wrote:
>I'm having some really weird stuff going on with
>character pointers and UInt arrays:
>
>   Char * working;
>   UInt16 done2[25];
>//snip
>   StrToLower(working,word);
>   len = StrLen(working);
>   for (i=0;i<25;i++) done2[i]=0;

"working" is just a pointer.  You didn't allocate memory for it.


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