I don't see this function in PalmOS_Startup.cpp.  Nor do I see the prototype in 
CWCallbackThunks.h.  I'm looking at the Installed Products screen in CW, and it 
says I am running "CodeWarrior Development Studio for Palm OS Platform, Version 
9.3, Professional Edition".

I have no clue what is going on.  Do you?



-----------


SysGetAppInfo is prototyped in the CW runtime library in the CWPalmOS.h that's 
included by the runtime files. That API is a system-use only function that is 
used by the startup code. This snippet of code is added to the end of the 
PalmOS_Startup.cpp file, just before the

} // namespace MTWK

line. You should already have a prototype for

void _CW_LoadOtherSegments(Boolean loading);

in your CWCallbackThunks.h file that's used when you write expanded mode 
applications.
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to