I also faced the same crash. In AppMain() of CameraSample.c check whether call to AppStart() is returning error or not in the stmt "error = AppStart();"
It seems AppStart is returning an error. Due to which later stmts are causing
crash.
Uncomment following stmts in the same function and see:
if (error)
return error;
Hope It Helps,
Pooja
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
