"Richard Burmeister" <[EMAIL PROTECTED]> wrote in message
news:5423@palm-dev-forum...
> Does anybody know why the starter code for CodeWarrior contains a
PilotMain
> that just passes all of its arguments to StarterPalmMain, instead of just
> putting the startup code in PilotMain and dispensing with StarterPalmMain?
No reason I know of.
> Also, why is cmdPBP commented out of the declaration for StarterPalmMain?
That's a non-standard way to avoid getting warnings about unused arguments
from the Metrowerks C compiler. You can use #pragma unused instead, but
that's not standard either. :)
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html