From: "Richard Coutts" <[EMAIL PROTECTED]> > I did find some helpful information at > http://oasis.palm.com/dev/kb/faq/1418.cfm. I followed the first two > suggestions, but CW already had the disired settings, so they weren't much > help. So, it looks like what remains is to create "code islands" or a > "dynamic jump table." Is this the best way to go? If someone could point > me in the right direction, I'd really appreciate it. > The 'rearrange your code' suggestion has always worked for me. I've got modules of 50K to 60K that are managed by doing a little (cursedly annoying) rearrangement whenever one C file gets too large and creates a problem.
This is a lot easier to do if your individual C files are smaller, but then that generally makes it easier to manage the modularity of your code so it's worth doing just for the code organisation benefits. Of course if you already know all that I apologise for taking up your time :-) Chris Tutty -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
