I am attempting to use the sysNotifyLateWakeupEvent notification, but must be doing something very wrong.
I created a standard C app in Codewarrior 8.3. I added this line to the AppStart(). Doing this causes a bus error in POSE upon turning on the device. Looking at the callstack I'm in some other application (I'm guessing some Palm system app), in PrvHandleCheck(). A little bit further up the stack I see a SysAppLaunch() and DmOpenDatabase() call. Going all the way to the top of the call stack I see what appears to be an application that was launched before these. However there are only a handful of function calls from that application. That first app ends with a call to PrvCallWithNewStack(). Here's my function call to SysNotifyRegister(): SysNotifyRegister(0, appFileCreator, sysNotifyLateWakeupEvent, NULL, sysNotifyNormalPriority, NULL); Anyone know what I am missing? Thanks, Drew -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
