Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site yetti.UUCP Path: utzoo!utcs!mnetor!yetti!tlim From: tlim@yetti.UUCP (Terry Lim) Newsgroups: net.lang.mod2,net.micro.mac Subject: Modula-2 SetEventMask Message-ID: <157@yetti.UUCP> Date: Fri, 19-Apr-85 12:31:36 EST Article-I.D.: yetti.157 Posted: Fri Apr 19 12:31:36 1985 Date-Received: Fri, 19-Apr-85 19:29:21 EST Organization: York University Computer Science Lines: 11 Xref: utcs net.lang.mod2:195 net.micro.mac:1114 Modula Corp's MacModula-2 compiler for the Macintosh seems to compile the SetEventMask call without choking implying an intact .SYM file. However, at run-time, an address exception (ID=02) occurs at just that point, implying either a buggy .REL file (EventManager.REL) or, worse, a defective M-code interpreter. We have to adjust the global event mask so that keyUp events get posted to the event queue, but are being thwarted by this bug which occurs no matter what mask is passed as an argument. Anyone else run into this one? Terry Lim ...!utzoo!yetti!tlim