You should be able to call other functions in your program as long as the called functions are located in the original code segment in the case of a multi-segmented application. In Codewarrior there is a way to call functions in other segments as well.
As far as variables are concerned, global variables are not available. Hope this helps Sohil -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Scott Rock Sent: Wednesday, March 09, 2005 4:26 PM To: Palm Developer Forum Subject: RE: How to Programmatically Switch to another Application (and then back) Thanks for the advice. I'm converting my app to use proc alarms right now. Am I right in assuming that my alarm callback function that I pass as a pointer to the AlmSetProcAlarm function can NOT call any variables or functions outside of itself (i.e. other functions in my program)? Thanks, Scott -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
