problem with memory

2004-10-22 Thread Zechner Christian
Hello!... I'm using "MemGluePtrNew" because I need more than 64K. How can I free this block of memory? I can't find this function. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: problem with memory

2004-10-22 Thread Alan Ingleby
Did you try MemPtrFree? Alan On Fri, 22 Oct 2004 10:42:18 -0300, Zechner Christian <[EMAIL PROTECTED]> wrote: > Hello!... > > I'm using "MemGluePtrNew" because I need more than 64K. > > How can I free this block of memory? > > I can't find this function. > > -- > For information on using the

RE: problem with memory

2004-10-22 Thread Zechner Christian
I didn't that. But if the block is bigger than 64k, does this function work? -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Alan Ingleby Enviado el: Viernes, 22 de Octubre de 2004 10:53 a.m. Para: Palm Developer Forum Asunto: Re: problem with memory

Re: problem with memory

2004-10-22 Thread Ben Combee
At 08:42 AM 10/22/2004, you wrote: Hello!... I'm using "MemGluePtrNew" because I need more than 64K. How can I free this block of memory? I can't find this function. MemPtrFree will work fine. You only need the glue version to do the original allocation. -- Ben Combee, Technical Lead, Developer

RE: problem with memory

2004-10-25 Thread Zechner Christian
Thanks MemPtrFree worked fine! -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Ben Combee Enviado el: Viernes, 22 de Octubre de 2004 12:46 p.m. Para: Palm Developer Forum Asunto: Re: problem with memory At 08:42 AM 10/22/2004, you wrote: >He