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

Reply via email to