home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / programm / 15211 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.2 KB

  1. Path: sparky!uunet!sun-barr!ames!data.nas.nasa.gov!taligent!apple!mumbo.apple.com!gallant.apple.com!NewsWatcher!user
  2. From: jpugh@apple.com (Jon Pugh)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: AppleEvent error -903 ???
  5. Message-ID: <jpugh-080992203056@90.20.3.214>
  6. Date: 9 Sep 92 03:32:48 GMT
  7. References: <Bu2yJy.7DH@cpsc.ucalgary.ca>
  8. Sender: news@gallant.apple.com
  9. Followup-To: comp.sys.mac.programmer
  10. Organization: Apple Computer, Inc.
  11. Lines: 17
  12.  
  13. In article <Bu2yJy.7DH@cpsc.ucalgary.ca>, valerio@cpsc.ucalgary.ca (Valerio
  14. Franceschin) wrote:
  15. > I can't seem to get Apple Events working on my Mac. AESend returns
  16. > error -903.  There is no error -903 listed in Inside Macintosh 6.
  17. > I get this error when running sample programs that I got out of
  18. > Macintosh C Programming Primer, Vol 1, 2n Ed.  I copied the programs,
  19. > EventTracker(pg 143) and EventTrigger(pg 190), and although EventTracker
  20. > works just like the book says, EventTrigger results in error -903
  21. > when trying to do the AESend.
  22.  
  23. You need to set the High Level Event Aware bit in your SIZE resource.  The
  24. System is failing when it tries to open a port to send you the reply event
  25. because you can't accept high level events.
  26.  
  27. Jon
  28.