home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18565 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.7 KB  |  35 lines

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