On Thu, 30 Jan 2003, John Mitchell wrote: > Now this compiles fine, but when the fldP = (FieldType *)...etc line is > reached, the Palm emulator tells me that the program has just read from > memory location 0x0000003E, which is low memory.
Looks like it may be accessing a structure member relative to a NULL pointer. Might want to check frmP for that value. -- ----------------------------------------------------------------------- Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator "I don't want the world. I just want your half." -- TMBG -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
