We r developing a web-based application. While testing the application on POSE ver 3.2 , we get an error message saying "Memory allocated by MemPtrNew is not enough for the application". But this is strange as we allocate much more buffer space than required using:
char *buf; buf=(char*) MemPtrnew(50000); Is the prototype right? Is there some other way to deal with memory problems? _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
