Date: Mon, 8 Aug 94 16:08:35 -0400 From: dj AT ctron DOT com (DJ Delorie) To: roger034 AT gold DOT tc DOT umn DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: QDPMI og djgpp > I have a program that worked fine with an older djgpp, graphics, and DPMI > (386max). When I installed the newer version of djgpp (1.11m5) it > quit working. It must have been a version that didn't support DPMI. Since DPMI doesn't have to be used, you can use VCPI instead for graphics programs. That's why the "nodpmi" parameter for go32 works. > Is it true that just the GRX contrib'uted graphics don't work, or is it > all of the graphics? Any graphics that take advantage of go32's drivers will not work in DPMI mode.