Path: utzoo!lsuc!ncrcan!brambo!morgan From: morgan@brambo.UUCP (Morgan W. Jones) Newsgroups: comp.sys.amiga Subject: Re: Libraries! Where are the libraries! Message-ID: <297@brambo.UUCP> Date: 1 Mar 88 14:36:54 GMT References: <24927@cca.CCA.COM> <3379@cbmvax.UUCP> Reply-To: morgan@brambo.UUCP (Morgan W. Jones) Organization: Bramalea Software Inc., Bramalea, Ont. Lines: 23 In article <24927@cca.CCA.COM> jack@cca.CCA.COM (Jack Orenstein) writes: >I've been programming in C on the Amiga for a few months now. I've just >reached the point where I need access to the intuition and graphics libraries >and I can't find them. They're not on the Manx 3.4 disks, nor are they on Took me about half an hour to figure out what the problem was (I couldn't open the libraries either), since I'm used to Unix. Try: From memory: if (!(IntuitionBase=OpenLibrary("intuition.library",0L))) { exit(); } Note that the library version number is suffixed by L to specify the long type. Otherwise, it gets the word you specify plus the next word on the stack and chances are that you don't have that version of library. -- Morgan Jones - Bramalea Software Inc. morgan@brambo.UUCP ...!{uunet!mnetor!lsuc!ncrcan, utgpu!telly}!brambo!morgan "These might not even be my opinions, let alone anyone else's."