> Eureka! I think I understand how to do this now. > > 1) Palm code in a prc must be location independent. As a corollary, > it must be "raw" instructions and data without any "loader" information.
it should be native 68k code, without any globals, where it can start execution at offset = 0. you can easily take a code resource generated from a normal application to use, as long as you dont use globals. > 2) Given that, I can easily "seperate" parts of an app and tuck a > function or two into a PDB. For some reason, I didn't understand > that "code splitting" was literally correct. sure it is. your taking code from the .prc, moving it to a .pdb. that is splitting. my makefile allows me to do it all with one 'make' command, otherwise it can be a tedious task. > I wrote compilers/linkers/debuggers in a former life so I'm very > comfortable grunging in the bits. I just don't know the Palm OS, yet. palmos = easy. nothing special about it really. --- 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/
