You are trying to write to an invalid memory pointer. For instance, doing something like the following:
Char *myText = NULL; StrCopy(myText, "This is text going to a NULL pointer"); You would have to allocate the memory with MemPtrNew (or MemGluePtrNew, or even MemHandleNew) before using it. This can also be caused my passing NULL pointers to system functions. -Donald <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > the project that only copy the data of Ram to card,on the zodic, runs successfully,but on the NX73,there is a error about "MemoryMgr.c,Line:3649,Nil ptr",how did the error occure? > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
