> > you can write your own 'code handling' for segments. i have done this > > previously without any problems at all - especially if you are coding > > without globals :) > > I'd recommend Multilink before doing that :)
i use to use multilink years ago :) back with prc-tools 0.5.0 :) i constantly have code in a seperate (data) resource, then, lock it down and use a function pointer to it to execute it. works perfectly for me.. however, using so does cause issues in regards to global data (both static/variable) :P if you know what you are doing, then - it is no problem. multilink may help solve some problems - but, beware of the launch codes.. my general practice is to never assume you have globals; and, you never run into these types of problems :) --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
