So what bad things can become of this: CharPtr myStringP = (CharPtr) MemPtrNew( 50 ); delete myStringP; And of course this: CharPtr myStringP = new char(50); MemPtrFree (myStringP); Just a passing thought, -Jeff -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
- Re: Mixing MemPtrNew and delete Jeff Ishaq
- Re: Mixing MemPtrNew and delete krollin
- RE: Mixing MemPtrNew and delete Fitzpatrick, Joe
- Re: Mixing MemPtrNew and delete Scott Maxwell
- RE: Mixing MemPtrNew and delete Jeff Ishaq
- Re: Mixing MemPtrNew and delete Chuck Atwood
