home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / programm / 15550 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.2 KB  |  31 lines

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