home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!torn!nott!bnrgate!bcars267!bcars267!emcoop
- From: emcoop@bnr.ca (hume smith)
- Subject: Re: IntuitionBase
- In-Reply-To: ruil@ersys.edmonton.ab.ca's message of Mon, 11 Jan 93 16:34:36 MST
- Message-ID: <EMCOOP.93Jan11210111@bcars148.bnr.ca>
- Sender: news@bnr.ca (usenet)
- Nntp-Posting-Host: bcars148
- Organization: Bell-Northern Research, Ottawa, Canada
- References: <1993Jan11.054350.13351@daimi.aau.dk> <Dok9wB1w165w@ersys.edmonton.ab.ca>
- Date: Tue, 12 Jan 1993 02:01:11 GMT
- Lines: 21
-
- In article <Dok9wB1w165w@ersys.edmonton.ab.ca> ruil@ersys.edmonton.ab.ca (Rui Lopes) writes:
-
- Well, that's what I thought to, but IntuitionBase is a Library structure
- (ie. you declare it as: struct Library *IntuitionBase) but what I want is
- the IntuitionBase structure that holds current system information. I was
- hoping that there would be some sort of function that would do this, but
- I can't find any.....
-
- there's a lot of problems with types in the Amiga headers. IntuitionBase may
- be declared struct Library * just so that the
- IntuitionBase = OpenLibrary("intuition.library", 0);
- won't give a type mismatch warning. an initialised IntuitionBase really points
- an IntuitionBase structure - that structure begins with a struct Library to keep
- OpenLibrary and CloseLibrary happy.
-
- at least that's what i remember
- --
- Hume Smith My name is little Bongo
- hume.smith@acadiau.ca I sing my little song-go
- emcoop@bnr.ca Rhymes are hard to think of
- Except for made-up words like "flong-go"
-