Hello,
I am getting the following address error when quitting my application. I found out that the error occurs when removing an object. I have used the object throughout the program and didn't have any problem. Does anybody have any idea/guess what could be the problem?
Do you mean deleting the object? Is this a global object or one allocated on the heap? The address error you're seeing usually means memory is being being accessed through a pointer that doesn't contain a valid value.
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
