> >     i am writung an application the size of this 
> application is almost 190
> > kb
> > I m using the large code model. In the segment view also i 
> ve divided my
> > application into 5 segments
> > and arranged all files into these 5 segmensts such that none of the
> segment
> > is more than 64 kb.
> > I still get the link error so how to sove this problem

Just by putting the files in different segments, you won't make the
project a multi-segmented app.  Replace StartupCode.lib with one of the
MSL Runtime libraries in your project.  Then, in the project settings in
the 68K Linker panel, make sure Link Single Segment is not checked.  Then
your project will be truly multi-segmented.

> >  i m very confused with this segment problem as,if we use 
> the large code
> > model than this problem should not arise in first place
> > So why this problem.

Not true.  The large code model just ensures that all jumps are greater
than 32 bits.  The code model does not affect segmentation, which is what
you need to do to get around this particular issue.  

-hkmlt 



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to