Message-ID: <364BAC97.EF6609BD@montana.com> Date: Thu, 12 Nov 1998 20:50:47 -0700 From: bowman X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Need Help - Interesting Problem References: <72g4jm$24s$1 AT nnrp1 DOT dejanews DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com mohamedelhelw AT my-dejanews DOT com wrote: > > Hi, I have an interesting problem in which I need help to solve. I am trying > to pass back the value of mouse position read within my mouse interrupt > handler You may be better off polling the mouse. Why do you feel you need an interrupt handler? That code sample looks like a snippet from a Borland 16 bit app, and needs rework.