From: j DOT aldrich6 AT genie DOT com Message-Id: <199606080336.AA127734968@relay1.geis.com> Date: Sat, 8 Jun 96 03:15:00 UTC 0000 To: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Subject: Re: Simplest way to access VGA Reply to message 7308934 from T DOT W DOT SEDDON AT NC on 06/06/96 7:01PM >I was going to use this myself in a program I am writing, but when I used >the _dpmi_get_capabilities (or whatever) function, the bit which was >supposed to represent page mapping ability wasn't set. (I used the >get_capabilities function in case the program was being run under a DPMI >0.9 host) Are you sure you don't already have a resident DPMI provider (like QEMM or Windoze?) If you do, your program will use its DPMI instead of CWSDPMI. >Is this a CWSDPMI bug? I didn't try the actual function because CWSDPMI >said it couldn't do it -- maybe I shouldn't let the computer tell me what >to do ;-) CWSDPMI _does_ support page mapping, along with some other 1.0 functions. As long as you are using it and not something else, you can access those features. John