I'm trying to convert a number to character to update the label on a Label object. The POSE pukes on StrIToA. I get a dialog box that says I'm overwriting heap. The address given is the address of the Char field. Below is a code snippet.
Char* newLabel = "0"; UInt16 aNumber; . . StrIToA(newLabel, aNumber); //assume aNumber has been set to 500 . . Thanks, Mark -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
