--- sunita rawat <[EMAIL PROTECTED]> wrote: > Is there any way to call another object file from an applicationa > and then again revert back to the same application.
If you mean, "can one palm application (prc) call code in another palm application as a subroutine and return control to the calling application," the answer is yes. See SysAppLaunch(). > Actually, i am facing a problem in my application. I have to > perform some bit operations and my code when greater than 32 > gives error. What do you mean by "some bit operations"? What do you mean by "my code when greater than 32"? What error do you get? If you are talking about calling a function whose address is more than 32K bytes from where it is being called, that will cause a problem. Usually, the best fix for this is to switch to a multi-segment application. __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
