a) rewrite you app to be more efficient in its memory use (Pose can help find memory leaks) b) use a device with more memory (more memory == larger heap).
There are several encryption apps that do what you're attempting and don't run out of heap. So I'd choose 'a'. ----- Original Message ----- From: "ravikumar Amaravadi" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 12:42 AM Subject: Memory Manager NULL Handle Error > Dear Sir, > > We are developing an application to Encrypt the > contents of MemoDB and rewrite the cipher contents > back...In the process, when MemoDB size is of 8 KB > with 10 records, we are able to encrypt and maintain > the ciphers in the Database. But when we are > decrypting the ciphers back, we are running out of > Dynamic memory space with the error showing "Memory > Mgr.c NULL Handle"...How do we cope up with this > problem of memory management ? Our application size is > of 67 KB and the PalmOS ver is 3.2 and RAM is of 2 > MB... > > Regards, > Ravi Kumar A > > __________________________________________________ > Do You Yahoo!? > Everything you'll ever need on one web page > from News and Sport to Email and Music Charts > http://uk.my.yahoo.com > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
