Hi everyone, char * x; x = MemPtrNew(1); error = MemPtrResize(x, 29);
when this executes, I get a memErrChunkLocked error. How? MemPtrResize is supposde to only work on a locked chunk. The docs say this too, but they ALSO say that it can return memErrChunkLocked as an error which doesn;t make sense given that it should be locked before it executes. Am I missing something here? Thanks. GeorgeB -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
