On Tue, 26 Mar 2002, Ben Combee wrote: > Finally, you can always have your first code resource go and lock down > another code resource, then make calls into that one. It will be hard > to find explict compiler support for this.
dont need an explict compiler for this.. :) you can do this yourself, as long as you know what your doing. *g* - if you use gcc, its a bit easier than CW, cause CW puts 8 bytes of crap at the beginning of a segment (ben, you never answered how to disable that) :P the trick is to lock down the code resource (or, whatever) and use a function pointer to execute it.. if you want more than one routine, you need to setup a "function jumping island" and make sure you dont have any string constants etc :) yes, it does work - because i do this in a project i am working on. // az [EMAIL PROTECTED] http://www.ardiri.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
