Thanks for your help, I found one place in my code where I'm trying to free already freed pointer using MemPtrFree(), but I have some questions about freeing memory: Is 'new' is equal to MemPtrNew and is "delete" is equal to MemPtrFree()?
Can I free memory using 'delete', if it is set with MemPtrNew() or MemGluePtrNew? I'm asking that becouse I have ported one Windows application to Palm, and there new and delete are used. I think if you try to free already freed pointer with 'delete', there will be no error. Am I right? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
