home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18529 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  2.0 KB

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!caen!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!ersys!ruil
  2. From: ruil@ersys.edmonton.ab.ca (Rui Lopes)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: IntuitionBase
  5. Message-ID: <Dok9wB1w165w@ersys.edmonton.ab.ca>
  6. Date: Mon, 11 Jan 93 16:34:36 MST
  7. References: <1993Jan11.054350.13351@daimi.aau.dk>
  8. Organization: Edmonton Remote Systems #3, Edmonton, AB, Canada
  9. Lines: 40
  10.  
  11. pilgrim@daimi.aau.dk (Jakob G}rdsted) writes:
  12.  
  13. - ruil@ersys.edmonton.ab.ca (Rui Lopes) writes:
  14. - >How do you initialize an IntuitionBase structure???  I've declared it, 
  15. - >locked the IBase, but don't know how to get the structure when I get 
  16. - >here.  I'm trying to get the pointer to the currently active window from 
  17. - >IntuitionBase.
  18. - Forgive me if this is a very stupid answer, but will not opening the Intuitio
  19. - Library achieve what you want?
  20. - IntuitionBase=OpenLibrary("intuition.library");
  21. - (In a proper program, you'd probably check if it really opened, and
  22. - maybe cast/define what OpenLibrary returns(?); if you got/use prototypes,
  23. - you won't need to.
  24. - Somebody confirm or deny this babble, please?
  25. - >Later,
  26. - >             Rui....
  27. - >--
  28. - >Rui Lopes              ruil@ersys.edmonton.ab.ca 
  29. - --
  30. -       Jakob Gaardsted   .    .  | The fourth time you stumble across a postin
  31. -   Computer Science Department . | with this signature, you are allowed to go
  32. - University of Aarhus, Jylland(!)| and get yourself a cup of coffee. You may 
  33. -  .  pilgrim@daimi.aau.dk   .    | reselect the article to achieve this effect
  34.  
  35. Well, that's what I thought to, but IntuitionBase is a Library structure 
  36. (ie. you declare it as: struct Library *IntuitionBase) but what I want is 
  37. the IntuitionBase structure that holds current system information.  I was 
  38. hoping that there would be some sort of function that would do this, but 
  39. I can't find any.....
  40. Later,
  41.                Rui....
  42.  
  43. --
  44. Rui Lopes              ruil@ersys.edmonton.ab.ca 
  45.