> From: steve wanhella
>
>  od = MemHandleNew(5);
>  objectDescription = MemHandleLock(od);
>  StrIToA(objectDescription, Restaurant.tables[i].tableID);
>  choicesArray[i] = StrCat(objectDescription,"      > Table New /0");
>

You allocated 5 bytes for objectDescription, then you stored and unknown
number of digits in it with StrIToA, then you tried to add 19 bytes to it
with StrCat.  That should mangle memory nicely!



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