I use "new" all the time. The only issue I've seen is that if you run out
of memory, new still calls the constructor for the object. So, in all of
my constructors I have:
if (!this) return;
BrownB wrote:
> Hello, I've got this problem: I'm compiling CPP files and C files, with
> PRCTools, but whenever my application tries to use "new" it happens a
> Fatal Exception, because of a jump to a strange location (0x030006e50).
>
> Anyone has ideas? It's 5 days I'm blocked on this problem...
>
> Thank you for help,
> BrownB
--
For information on using the Palm Developer Forums, or to unsubscribe, please
see http://www.palmos.com/dev/support/forums/