Does someone have any idea why can't I create a new class within
"sysAppLaunchCmdExgReceiveData" ?

    case sysAppLaunchCmdExgReceiveData:
        A*     aClassObject;            //    A is a class

        if (launchFlags & sysAppLaunchFlagSubCall) {
            // receiving data when our application is NOT the current
application
            // works OK
            aClassObject = new A(...);
        }
        else {
            // receiving data when our application is the current
application
            aClassObject = new A(...);        // CRASHES HERE
        }


Regards,

Dan Hod
R&D Manager
The PalmMate Team

Gotta Palm? Gotta visit www.PalmMate.com


Reply via email to