home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!mcsun!sun4nl!star.cs.vu.nl!wgkramer
- From: wgkramer@cs.vu.nl (Ewout Kramer)
- Subject: Re: IDCMP_CLOSEWINDOW weirdness
- Message-ID: <BxFyCs.JFz@cs.vu.nl>
- Keywords: GUI
- Sender: news@cs.vu.nl
- Organization: Fac. Wiskunde & Informatica, VU, Amsterdam
- References: <23769@galaxy.ucr.edu>
- Date: Mon, 9 Nov 1992 09:00:27 GMT
- Lines: 18
-
- ezix@ucrengr.ucr.edu (edward j. zix) writes:
-
- > I recently decided to try to do some Amiga GUI programming and
- >I bought the RKM 3rd edition Libraries book and ftp'd FF741 and FF742
- > When I tried to compile the easyintuition.c and easyintuition37.c
- >programs, I get LINE 122 undefined symbol IDCMP_CLOSEWINDOW. What gives?
- >Has anybody else had this problem. I have gcc-2.2.2 and Lattice 5.10.
- >Both produce the same errors. (They both work fine for non GUI prg.)
-
- It looks like you've used the version 1.3 includes, the 3rd edition
- RKM's describe version 2.04. The IDCMP_CLOSEWINDOW was not available
- in the versions before 2.04. You'll have to get the 2.04 includes
- to use the examples and the RKM manual. This shouldn't be too hard
- however, just update your Lattice compiler to version 6.0, you'll
- get the 2.04 includes too.
-
-
- Ewout
-