On Tue, 11 Sep 2001, Leonardo Gomes Holanda wrote: > Starter (1.0) just read from memory localtion 0x00000000, which is in > low memory. "Low memory" is defined as the first 256 bytes of memory. > It should not be directly accessed by applications under any > circunstances. > > When debuging, I found that the error occurs at the line where I call > FldSetTextPtr( fldP, NULL ) before freeing the previous string. Use the handle-based functions (FldSetTextHandle, etc.) to do what you're trying to do, not the pointer-based ones. ---------------------------------------------------------------------- Brian Smith // [EMAIL PROTECTED] // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator All I want is a kind word, a warm bed and unlimited power. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
