Hi Folks,

I have a largish (4 segment) app that regularly calls another app to get some info. -main app is Initiate and the app it calls is a plugin that provides some info to display.

I call the plugin with
err = SysAppLaunch(cardNo, dbID, 0, sysAppLaunchCmdCustomBase , &param, &result);

mostly, this works fine, but with one particular plugin, I get a problem after calling it. I can trace my program execution step by step in the debugger, and at some (fixed) point, a fuction call results in program flow moving to a somewhat random spot in my code.

if I remove the SysAppLaunch, then everything works great.

unfortunately, the plugin I am calling isn't my code - but it does seem to work fine for someone else's launcher.

I have wondered if calling the plugin could be forcing my code out of cache - but that seems unlikely.

Otherwise, any guesses as to what sort of thing would cause this? What can I suggest to the plugin author as possible problems to look for?

thanks in advance,

Rob




--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to