home *** CD-ROM | disk | FTP | other *** search
- 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
- From: ruil@ersys.edmonton.ab.ca (Rui Lopes)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: IntuitionBase
- Message-ID: <Dok9wB1w165w@ersys.edmonton.ab.ca>
- Date: Mon, 11 Jan 93 16:34:36 MST
- References: <1993Jan11.054350.13351@daimi.aau.dk>
- Organization: Edmonton Remote Systems #3, Edmonton, AB, Canada
- Lines: 40
-
- pilgrim@daimi.aau.dk (Jakob G}rdsted) writes:
-
- - ruil@ersys.edmonton.ab.ca (Rui Lopes) writes:
- -
- - >How do you initialize an IntuitionBase structure??? I've declared it,
- - >locked the IBase, but don't know how to get the structure when I get
- - >here. I'm trying to get the pointer to the currently active window from
- - >IntuitionBase.
- -
- - Forgive me if this is a very stupid answer, but will not opening the Intuitio
- - Library achieve what you want?
- -
- - IntuitionBase=OpenLibrary("intuition.library");
- -
- - (In a proper program, you'd probably check if it really opened, and
- - maybe cast/define what OpenLibrary returns(?); if you got/use prototypes,
- - you won't need to.
- -
- - Somebody confirm or deny this babble, please?
- - >Later,
- - > Rui....
- -
- - >--
- - >Rui Lopes ruil@ersys.edmonton.ab.ca
- - --
- - Jakob Gaardsted . . | The fourth time you stumble across a postin
- - Computer Science Department . | with this signature, you are allowed to go
- - University of Aarhus, Jylland(!)| and get yourself a cup of coffee. You may
- - . pilgrim@daimi.aau.dk . | reselect the article to achieve this effect
-
- 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....
-
- --
- Rui Lopes ruil@ersys.edmonton.ab.ca
-