malloc is fine because I can define the macro like
#define malloc MemPtrNew
However, I can't use MemPtrResize for realloc because it returns Err
datatype instead of MemPtr or Void * .  Anyone knows how should I do realloc
better way?  Do I have to come up with some sort of a function that will
overwrite the MemPtrResize?

Thanks in advance.

sincerely

p.s.  I am currently using Palm OS 3.5

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

Reply via email to