home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / programm / 18148 < prev    next >
Encoding:
Text File  |  1992-11-08  |  643 b   |  21 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!mnemosyne.cs.du.edu!nyx!epaulson
  3. From: epaulson@nyx.cs.du.edu (Erik Paulson)
  4. Subject: NSetTrapAddress question
  5. Message-ID: <1992Nov8.192724.4629@mnemosyne.cs.du.edu>
  6. Sender: usenet@mnemosyne.cs.du.edu (netnews admin account)
  7. Organization: Nyx, Public Access Unix @ U. of Denver Math/CS dept.
  8. Date: Sun, 8 Nov 92 19:27:24 GMT
  9. Lines: 10
  10.  
  11.  
  12.  
  13. OK... I have a trap I want to patch, and every time I try and compile it, 
  14. Think C complains that the first argument to it does not meet the prototype
  15. the line of code looks like this:
  16. NSetTrapAddress(newTrap, 0xA9BC, Tooltrap);
  17.  
  18. Thanks in advance
  19.  
  20.  
  21.