> Maybe you app is exting at this moment. Question is just why...
> 

because when you use new and there is no free memory it just exits your
application. i fought a lot with this...

to fix it you must override new operator so it won't cause exception but return
NULL instead (or catch the exception)

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

Reply via email to