home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!mnemosyne.cs.du.edu!nyx!epaulson
- From: epaulson@nyx.cs.du.edu (Erik Paulson)
- Subject: NSetTrapAddress question
- Message-ID: <1992Nov8.192724.4629@mnemosyne.cs.du.edu>
- Sender: usenet@mnemosyne.cs.du.edu (netnews admin account)
- Organization: Nyx, Public Access Unix @ U. of Denver Math/CS dept.
- Date: Sun, 8 Nov 92 19:27:24 GMT
- Lines: 10
-
-
-
- OK... I have a trap I want to patch, and every time I try and compile it,
- Think C complains that the first argument to it does not meet the prototype
- the line of code looks like this:
- NSetTrapAddress(newTrap, 0xA9BC, Tooltrap);
-
- Thanks in advance
-
-
-