U�ytkownik "Andrzej Ciarkowski" <[EMAIL PROTECTED]> napisa� w wiadomo�ci news:[EMAIL PROTECTED] > 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".
Finally I came to conclusion that it must be a call to FrmCloseAllForms() in my main application class' destructor, and after changing program flow so that it's called only when I enter event loop it works as should. Still forgetting about lack of isolation between different apps in this PalmOS world... This way I also closed the global find form that didn't belong to me. Andrzej Ciarkowski -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
