home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11547 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.7 KB

  1. Path: sparky!uunet!cbmvax!cbmehq!cbmden!hemmer!hemmer
  2. From: hemmer@hemmer.adsp.sub.org (Franz Hemmer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: PGA_NewLook is nowhere to be found!
  5. Message-ID: <hemmer.01aw@hemmer.adsp.sub.org>
  6. Date: 23 Jul 92 09:45:58 GMT
  7. References: <12866@chalmers.se>
  8. Organization: InterActivsion
  9. Lines: 31
  10.  
  11. In article <12866@chalmers.se> d0per@dtek.chalmers.se (Martin Hiller) writes:
  12. >I have a little problem: my compiler (SAS/C 5.10a) doesn't seem to 
  13. >recognize the PGA_NewLook tag, all I get is 'undefined identifier'.
  14. >Could be that my includes aren't complete? (I bought the compiler
  15. >before V37 was released.) Please, help me...someone.
  16.  
  17. Oh boy, here we go again...
  18.  
  19. You need the 2.04 includes which are not included by SAS (only 2.02).
  20. This type of question has been asked SOOOO many times that I hope
  21. someone picks it up in the FAQ.
  22.  
  23. But to help you out, here's that tag define from 
  24. <intuition/gadgetclass.h> :
  25.  
  26. /* New for V37: */
  27. #define PGA_NewLook    (PGA_Dummy + 0x000A)
  28.  
  29. Get yourself the 2.04 Native Developers Kit from Commodore Sweden. It's
  30. cheap, it's wonderfull, and you can't do without it...
  31.  
  32. >    // Martin Hiller (d0per@dtek.chalmers.se)| "You come from nothing,
  33.  
  34. --
  35. *-------------------------------------------------------------------------*
  36. |         _   UseNet: (uunet|rutgers|pyramid)!cbmvax!cbmehq!cbmden!hemmer |
  37. |         \\ _                         CBMNET: hemmer@hemmer.adsp.sub.org |
  38. | InterActi\X/ision - The name of precision                               |
  39. | Best regards                         >> Carpe Diem! - Seize the day! << |
  40. | Franz Hemmer - Software Developer.                                      |
  41. *-------------------------------------------------------------------------*
  42.