debug and not in release? Anyone have any hints? I am using POL if that matters.
In debug mode, as well as in release, the crash is not compulsary. For instance, let says you try to write at bad address. Then if the bad address is within your application memory, but actually an object that disappeared, then it wont crash even if it is a bug.
Very often, bad address point to a memory wich the OS does not allow. So the crash is immediate. But this is not always the case.
I've been fighting some bugs in release, and found a real error that did not appear in relase. Even with a memory checker.
-- Riccardo Cohen
Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
