I can't find the code (below) anywhere in my CW 9.3 source.  Nor can I find a 
definition of SysGetAppInfo().  How exactly does one go about using this code 
snippet below?




#if SUPPORT_A4_CONST_GLOBALS && SUPPORT_JUMPTABLES_IN_A4

void _CW_LoadOtherSegments(Boolean loading)
{
SysAppInfoType *appInfoP, *rootAppInfoP;
appInfoP = SysGetAppInfo(&rootAppInfoP, &appInfoP);

if (appInfoP->launchFlags & (sysAppLaunchFlagSubCall |
sysAppLaunchFlagNewGlobals))
{
// other segments are handled by normal paths
}
else
{
_CW_Features *features = __GetCWFeatures();
__LoadAndRelocate__(loading, appInfoP->codeH);
}
}

#endif

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

Reply via email to