home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!uwm.edu!zazen!doug.cae.wisc.edu!pochanay
- From: pochanay@cae.wisc.edu (Adisak Pochanayon)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: IntuitionBase
- Message-ID: <1993Jan12.111825.14265@doug.cae.wisc.edu>
- Date: 12 Jan 93 17:18:25 GMT
- References: <1993Jan11.054350.13351@daimi.aau.dk> <Dok9wB1w165w@ersys.edmonton.ab.ca>
- Sender: pochanay@cae.wisc.edu
- Organization: College of Engineering, Univ. of Wisconsin--Madison
- Lines: 17
-
- 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.....
- >Later,
- > Rui....
-
-
- Ahem... Check out the includes for Intuition...
-
- struct IntuitionBase *IntuitionBase;
-
- will do the trick. The first member in an IntuitionBase structure is
- a library and then there is sytem information appended to it. Using
- OpenLibrary() works just fine.
-