From: newhallw AT escmail DOT orl DOT mmc DOT com Date: Mon, 17 Jun 96 17:39:23 EDT Message-Id: <9606172139.AA07370@cvfive> To: djgpp AT delorie DOT com Subject: MouseTrapping: An old problem revisited... I just recently got back into the DJGPP mailing list and was wondering what the current status of an old problem is...A few months ago I was building a GUI interface and was trying to redirect mouse interrupts to call GUI routines. I was successful in getting my driver to modify some global variables but I was not successful in triggering function calls because it caused stack complications. Has anyone successfully redirected mouse interrupts to code which calls other 32-bit(djgpp compiled) functions? Are there any libraries out there that do it which have source code I can see? ---Also, what are the chances of djgpp supporting multitasking in the near future?