From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: cwsdpmi Date: Mon, 25 Aug 2003 21:57:35 CDT Organization: Rice University, Houston, TX Lines: 13 Message-ID: <3f4acc9f.sandmann@clio.rice.edu> References: <20030825165840 DOT 06319 DOT 00000469 AT mb-m28 DOT aol DOT com> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1061866764 21669 128.42.105.3 (26 Aug 2003 02:59:24 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: Tue, 26 Aug 2003 02:59:24 +0000 (UTC) X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > if cwsdpmi is nowhere on the system, why can't it > then run from the copy which is included in the > DJGPP - executable ? CWSDPMI is not included in a standard DJGPP executable. It's not needed at all if you already have DPMI, such as under Windows. You can build an executable using CWSDSTUB which does include CWSDPMI for standalone execution. But this adds about 20KB to each image, and makes it much more difficult to upgrade when a newer version of CWSDPMI is released.