At 05:19 AM 8/13/2003, Mayank Babu Rastogi, Noida wrote:
Hi,

I'm supposed to port a C++ application from Windows to Palm. This
application heavily uses standard C++ library functions -  new and delete
for memory allocation/deallocation . As per my understanding, new and delete
are not supported in Palm. What could be the best alternative to these
library functions?

new and delete are supported. Both CodeWarrior and prc-tools (GCC) map implement new in terms of MemPtrNew, and delete using MemPtrFree.


--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com



-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to