Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!tut.cis.ohio-state.edu!ucbvax!ENUXHA.EAS.ASU.EDU!trotter From: trotter@ENUXHA.EAS.ASU.EDU (Russell T. Trotter) Newsgroups: comp.sys.mac.programmer Subject: Re: Think C - possibly the ultimate dumb question Message-ID: <9102201359.AA01520@enuxha.eas.asu.edu> Date: 20 Feb 91 13:59:52 GMT References: <8599@castle.ed.ac.uk> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: trotter@enuxha.eas.asu.edu (Russell T. Trotter) Organization: Arizona State Univ, Tempe AZ Lines: 9 Well, if you look in your project window (usually the little one in the corner) you will see the name of the all files and libraries. I'm not positive, but I think the faint dotted lines between each name represents a change in a code segment. If your project contains no "lines" then you probably are placing everything in one segment, which won't leave to much space considering that the ANSI library is around 30K and MacTraps is around 10K (if any at all!!). Consult your THINK C docs about adding segments to your project. Hope that helps.