Hello, I've compiled a CPP program mixed with C source files, and I have errors allocating objects with "new", which causes a system critical error. With the P.O. Debugger I can see in the files list "new.cc" , "new1.cc" and "new2.cc" but I can't find those files in my system.
Replacing "new" with "MemPtrNew" and executing the same operations that the creation functions does, there isn't any error => not a memory problem. In assebler mixed mode, I see that the error is due to a jump to a very strange address, which is always the same: jsr 10598(a3) And a3 = 0x30006a50 The strange thing is that I compiled my program and it was working. After some days, this error came out, and I don't remember what I've changed in my tools. I guess this problem is related to some unlinked header.. Any idea? Thank you all, BrownB -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
