> if your going to do anything like this, you should know exactly what > you are doing. as for seperating code into a .pdb - well, how you get > it there, i am not going to tell you.. but, if you want to run code > that is inside the .pdb, lock down the record, use a function pointer > and, execute. simple > > any experienced C programmer can do this. its not palm specific.
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. 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. 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. Dennis Leas ----------- [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
