Hi All I have an application which crashes if the record size exceeds some 15KB, I make use of dynamic allocation too for computation. I allocate nearly 10KB for computation purpose on the begin and that memory is been freed immediately, but if the record size exceeds 15KB it crashes the Appl. I make use of "MemHandleNew" for allocation of memory.The allocated memory other than for computation is required in further part of the application. Can I do the computation part in some other Appl. i.e. a Sub apllication to this which is only invoked during requirement , Will this help out. Is there any better method to allocate enoughh memory for 25KB record. TIA Alagesh __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
