Xref: news2.mv.net comp.os.msdos.djgpp:4780 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Simplest way to access VGA memory Date: Fri, 07 Jun 1996 07:59:08 CDT Organization: Rice University, Houston, Texas Lines: 8 Message-ID: <31b8279c.sandmann@clio.rice.edu> References: <4om6ss$gu8 AT newsfeed DOT cs DOT auc DOT dk> <4p7o0j$ejg AT whitbeck DOT ncl DOT ac DOT uk> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > the _dpmi_get_capabilities ... bit which was represents page mapping > ability wasn't set ... Is this a CWSDPMI bug? Bug? Feature? Hard to say ... but dpmi_get_capabilities is one of the DPMI 1.0 functions CWSDPMI does not support - you would just have to try the 1.0 mapping functions to see if they work. Some of the 1.0 features are thinly tested and were added for commercial users needing them for a specific feature.