Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!think.com!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!mcsun!ukc!axion!uzi-9mm.fulcrum.bt.co.uk!sie From: sie@fulcrum.bt.co.uk (Simon Raybould) Newsgroups: comp.sys.amiga.tech Subject: Re: Lattice C : pragma? Whats all this then? Message-ID: Date: 20 Nov 90 13:33:01 GMT References: <1990Nov10.001056.9736@canterbury.ac.nz> <63@oregon.oacis.org> <26892.273fe53b@kuhub.cc.ukans.edu> Sender: news@fulcrum.bt.co.uk (News with an UZI) Organization: BT Fulcrum, Birmingham Lines: 12 In article <26892.273fe53b@kuhub.cc.ukans.edu> markv@kuhub.cc.ukans.edu writes: >Lattice defines several bases in their libraries including DosBase, >SysBase, MathBase, GfxBase, IntuitionBase, etc. DosBase and SysBase ^^^^^^^ >are always valid (the OS gives these to a program when it runs). The The OS doesn't open the Dos library, surely thats done by the startup code LIB:c.o in the case of Lattice ? If you don't link in the startup code then you have to set DosBase yourself! SJR