Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!decwrl!decvax!mcnc!uvaarpa!umd5!eneevax!lbruck From: lbruck@eneevax.UUCP (Lewis S.Bruck) Newsgroups: comp.sys.amiga Subject: Re: Libraries! Where are the libraries! Message-ID: <1260@eneevax.UUCP> Date: 27 Feb 88 22:42:27 GMT References: <24927@cca.CCA.COM> <8267@eleazar.Dartmouth.EDU> Reply-To: lbruck@eneevax.umd.edu.UUCP (Lewis S.Bruck) Organization: Elec. Eng. Dept., U of Maryland, College Park, MD 20742 Lines: 27 In article <8267@eleazar.Dartmouth.EDU> merchie@eleazar.Dartmouth.EDU (Anthony Wiggins) writes: >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 >>the workbench disk. Are my disks missing some libraries? If not, where >>can I find these libraries (and others, e.g. timer)? > > >The "real-time" libraries (I like that word) ARE on your Workbench disk. The graphics.library, intuition.library, timer.library, and others are in Kickstart. They are accessed by the OpenLibrary() exec routine. The libraries on the Workbench are also libraries in the same sense as the ones in Kickstart but are deemed less important (or aren't used as much as the ones mentioned above). The details of how to use the libraries can be found in any book that deals with programming the amiga at the assembly or C level. The libraries in Manx contain hooks to the Kickstart libraries, and thus are also needed for C programming. Most of the graphics and intuition hooks are contained in c.lib and c32.lib. more luck! (sorry dale) Lewis Bruck