"Mark Biek" <[EMAIL PROTECTED]> writes: > I am working on putting some beam functionality into my application. > I am obviously handling the sysAppLaunchCmdExgReceiveData launch code > and I've noticed that I can't call any functions that reside in > segments other than the first in the case that the application was > not already launched. Can someone explain why this is the case?
Basically, the data that holds the function relocation addresses for all the segments is a global, and globals aren't available with all launch codes. -- Dave Carrigan ([EMAIL PROTECTED]) | Yow! When I met th'POPE back in UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | '58, I scrubbed him with a MILD Seattle, WA, USA | SOAP or DETERGENT for 15 http://www.rudedog.org/ | minutes. He seemed to enjoy | it.. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
