People keep talking about POSEr and its memory leak detection. So I decided to see if it actually works. It doesn't for me. Here's what I did: I used POSEr 3.0a5 with the OS 3.0 debug ROM from Palm. I popped up CW6, made a new C++ Starter app, and tossed this code into its MainFormInit: char* pLeak = (char*)MemPtrNew(100); Of course, I never deleted this pointer. When I ran this Starter on POSEr, it started and stopped with no "Hey you're leaking memory!" messages or anything. Is there a "track memory leaks" checkbox I forgot to hit? Thanks! -Jeff Ishaq Vanteon -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
