Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!mcsun!ukc!edcastle!egpv29 From: egpv29@castle.ed.ac.uk (JHenderson) Newsgroups: comp.sys.mac.programmer Subject: Re: Think C - possibly the ultimate dumb question Message-ID: <8599@castle.ed.ac.uk> Date: 19 Feb 91 10:34:24 GMT Organization: Edinburgh University Lines: 27 The very first example in the Think C user guide is the HelloWorld program which uses Hello.c ANSI The first example in the "Macintosh Programming Primer" uses the same code but links Hello.c stdio MacTraps stdio does not seem to exist on its own, and in this example, if I replace stdio with ANSI, hence linking Hello.c ANSI MacTraps I get a nasty message - "Linker Error - code segment too big (ANSI)" so what have I done wrong - or does it mean that my SE/30 (2M) does not have enough memory even for this trivial example, and hence I will need more memory for any worthwhile things? Gentle advice gratefully received!! -- --Jeremy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~