Hi. My C++ app uses virtual functions to handle variuos launch codes. From what I've read about expanded mode it seems that if I enable it, I may use this approach. It seems that e.g. POL uses such architecture and it works there. But my application written in similar way causes PalmOS to crash after returning from app (with non-normal launch code). The exact message is "Form.c, Line:5535, NULL form". I don't use exceptions, I have my own new/delete operators that don't throw, I don't explicitely use any global variables. I thought it might be connected with some static variables declared by MSL functions, but if I remove any dependencies on MSL, problem still persists. Does anybody know what is going on?
Andrzej Ciarkowski -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
