home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 14243 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.5 KB  |  43 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!darwin.sura.net!haven.umd.edu!ni.umd.edu!zben-mac-ii.umd.edu!user
  3. From: zben@ni.umd.edu (Charles B. Cranston)
  4. Subject: Re: ETO #8 - Problems With MacApp 3.0.1 and Latest MPW
  5. Message-ID: <zben-190892211807@zben-mac-ii.umd.edu>
  6. Followup-To: comp.sys.mac.programmer
  7. Sender: usenet@ni.umd.edu (USENET News System)
  8. Nntp-Posting-Host: zben-mac-ii.umd.edu
  9. Organization: UM Home for the Terminally Analytical
  10. References: <1992Aug19.201204.23405@udel.edu> <zben-190892171645@zben-mac-ii.umd.edu>
  11. Date: Thu, 20 Aug 1992 01:24:36 GMT
  12. Lines: 29
  13.  
  14. In article <zben-190892171645@zben-mac-ii.umd.edu>,
  15. zben@ni.umd.edu (Charles B. Cranston) wrote:
  16.   
  17. > Didn't you get a yellow piece of paper with the mailing that said
  18. > there was a missing 'aedt' resource template and giving you the
  19. > definition to type in???
  20.  
  21. Keith Rollin advises me that not everybody got the yellow paper
  22. with the missing resource template.  Perhaps the problem was only
  23. discovered after some ETO packages had already been shipped.
  24.  
  25. In expiation for being inappropriately snotty to the original poster,
  26. here is the suggested resource template:
  27.  
  28.  
  29. type 'aedt' {
  30.    wide array {
  31.       unsigned longint; /* Event Class */
  32.       unsigned longint; /* Event ID    */
  33.       unsigned longint; /* Value       */
  34.    };
  35. };
  36.  
  37.  
  38. It's supposed to go in MacAppTypes.r which is installed in:
  39.  
  40. ...MacAPP:Interfaces:RIncludes:MacAppTypes.r
  41.  
  42. zben@ni.umd.edu     -KA3ZDF
  43.