Hi Alan, Im not the best Palm programmer out there, but we'll see what we can do.
I cannot help you with the cygwin problem since Im really not familliar with Cygwin. But for the error list... > UIAppShell (unknown version) called SysFatalAlert with the message: > "Form.c, Line:5214, NULL form". Here you probably tried to load a form and passed a NULL pointer, but Im not sure I never had this problem. Check your FrmGotoForm(); > UIAppShell (unknown version) just read from memory location > 0x0000003E, which is in low memory. Pointer problem, is it initialised, have you used the MemPtrNew function to get your memory location... > "Low memory" is defined as the first 256 bytes of memory. It should > not > be directly accessed by applications under any circumstances. > > <press continue> > > UIAppShell (unknown version) called SysFatalAlert with the message: > "Form.c, Line:1728, Object not in form". Here you make references to a control which is not on the currently active form. Like trying to copy a label with FrmCopyLabel to a label which is not on the screen. > <press continue> > > UIAppShell (unknown version) called SysFatalAlert with the message: > "Form.c, Line:5214, NULL form". > > <press continue> > > UIAppShell (unknown version) just read from memory location > 0x0000003E, which is in low memory. > > <press continue> > > UIAppShell (unknown version) just read from memory location > 0x32353130, causing a bus error. > > A "bus error" means that the application accessed a memory location > that is not in RAM or ROM, nor corresponds to a memory-mapped > hardware register. > > <continue option unavailable - press reset> WWhoo... this one is kinda fatal... hahaha Well, just be sure to always use MemPtrNew and MemHandleNew to get some memory for your pointer and everything should go fine -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
