Under what conditions might SysAppStartup return an error value?

// From PalmOS_Startup.c

 err = SysAppStartup(&appInfoP, &prevGlobalsP, &globalsP);
 if (err) {
  ErrDisplay("Error launching application");
  return 0;
 }

I suspect it is because I'm dinking the stack and heap sizes.

Is there any way to tell a priori what values for stack and heap size are acceptable, 
especially given
multiple versions of the OS?

--
Adam Wozniak                     Senior Software Design Engineer
                                 Surveyor Corporation
[EMAIL PROTECTED]                4548 Broad Street
[EMAIL PROTECTED]          San Luis Obispo, CA 93401



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to