Date: Thu, 27 Oct 94 15:23:08 -0400 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: will AT wrs DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Please, can someone help with async driver under Windows 3.1? > a = (ASYNC_STRUCT *) (0xe0000000 + peek (0, which*4+2)*16 + peek (0,which*4)); If it contains this code, it just won't work in ANY DPMI environment. This module needs to be converted to use dosmem* or . Any volunteers? DJ