--- Charles Busch wrote: > I've already looked there and for a Normal Launch > there is no cmdPBP defined or shown anywhere. > what do I need to supply to get a normal launch
I've never used SysAppLaunch() for a normal launch, but if you don't need to pass in anything for cmdPBP, then use NULL for that parameter. It's a pointer, you don't have anything for it to point to, and the launched app isn't going to even look at it, so it should be NULL. You should read the docs for SysAppLaunch(), the "Application Launch Codes" section of the API Reference and the "Application Startup and Stop" section of the Programmer's Companion. __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
