"Murali" <[EMAIL PROTECTED]> wrote in news:70702@palm-dev-forum:
> > Thank you Gavin for replying, > I am sure that i have multi-segmented application. In both segments i > have 2 different "c" files, In one segment i have all the Appstarrt, > appstop and my database initialization functions, in another segment i > have my business logic. > > but how should i make sure that each segment > will not exceed 64k. > I am of the notion that codewarrior will take care of handling those > issues if i take multi-segmented project, but i think i am wrong. > How should i do that....pl. help me in this > CW4 won't tell you if your segments are too big. You need to break your 2 files into several files, and split these pieces into multiple segments. -- Todd Walk [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
