home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 21222 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.3 KB  |  31 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!data.nas.nasa.gov!taligent!rmh@taligent.com
  3. From: rmh@taligent.com (Rick Holzgrafe)
  4. Subject: Re: AppleTalk Completion Routines
  5. Message-ID: <C0ponF.4Mu@taligent.com>
  6. Sender: usenet@taligent.com (More Bytes Than You Can Read)
  7. Organization: Semicolon Software
  8. References: <0fINhri00VB0Q=SYdK@andrew.cmu.edu>
  9. Date: Mon, 11 Jan 1993 22:47:39 GMT
  10. Lines: 19
  11.  
  12. In article <0fINhri00VB0Q=SYdK@andrew.cmu.edu>, mf2z+@andrew.cmu.edu (Matthew
  13. Earl Fernsler) writes:
  14. >     I am currently working on a program that uses the ATP protocal for
  15. > transfering information between macs on a local network.  The program
  16. > works fine except for the fact that I could not get most of the prefered
  17. > commands to execute the simple completion routine of SYSBEEP.
  18.  
  19. SysBeep isn't simple; it's listed as one of the routines that may move or purge
  20. memory. For that reason, it is not safe to call from interrupt level. To
  21. accomplish a SysBeep, you'll have to have your completion routine set a flag for
  22. the main-line code, which can then safely call SysBeep.
  23.  
  24. >             Matthew Fernsler
  25.  
  26. -- Rick Holzgrafe, a member of the Taligentsia
  27.    Rick_Holzgrafe@taligent.com
  28.    rmh@taligent.com
  29.  
  30.