Date: Tue, 21 Jan 1997 09:46:45 +0200 (IST) From: Eli Zaretskii To: Brien Donald C <6dcb AT qlink DOT queensu DOT ca> cc: djgpp AT delorie DOT com Subject: Re: Problems programming the mouse. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 20 Jan 1997, Brien Donald C wrote: > I'm trying to program the mouse under djgpp and it is giving me some > problems. I've programmed the mouse many times before in real mode > compilers and it works just fine. Particularly, I like to use the > relative mouse position function (0x0b with int 0x33). When I call this > interrupt in djgpp I get garbage numbers returned in cx and dx (nothing > close to the number of mickeys relative to last position.) I tried using > int86 and __dpmi_int, but I have had no luck. I haven't tried writing an Please post a shortest program you can write that exhibits the problem, and somebody will help.