What is this "AccessorDispatch" function? Will my program not work, then, on OS's earlier than 4.0? If not, then how do I "safely" change a form's HelpID on all OS's from 2.0 onward?
This is a internal trap that's implemented in PACE on Palm OS Cobalt to allow access to internals from the glue library. While the glue library contains a call to it, the library always checks to see if it is available before calling it. Don't worry about it being in your code -- it doesn't mean that the glue library won't work on older systems. On older devices, the glue just does direct access.
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Forum Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
