> Hi everybody, > i got a error "has just read from memory location 0X00000002 which is in > low memory" i select continue and it work well, it happen just when i write > in the middle of text field string , when i write after the last caracter > doesn�t happend anybody could help me ??? > The source code is below.
0x00000002 <-- probably based on a pointer of NULL. you probably have not allocated memory correctly, or, the texthandle of the field is not set correctly. the +2 could be from the field structure, not 100% sure right now (just woke up) time to start digging for bugs i think - maybe add some error checking? -- Aaron Ardiri CEO - CTO Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
