From: Alex Newsgroups: comp.os.msdos.djgpp Subject: Pmode mouse int trace... Date: Tue, 17 Mar 1998 19:29:07 +0100 Organization: IIF Lines: 14 Message-ID: NNTP-Posting-Host: firewall.gamf.hu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi guys, I have to write an application whitch use the mouse. I have a problem I want to use a mouse function: when the mouse position or button status change then the mouse call my subrutine to service the changes. My problem is the following: the mouse require a pointer segment:offset How I can use this function in protected mode under DJGPP. How to recallback ???? I think this is the name of this usage or not ? Are there any solution for my problem? Thanks in advice, Alex.