X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: DOS extender? question Date: Sun, 16 Dec 2001 13:21:09 CST Organization: Rice University, Houston TX Lines: 9 Message-ID: <3c1cf425.sandmann@clio.rice.edu> References: <3c1cdc2c AT leia DOT ktsnet DOT com> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1008530512 12741 128.42.105.3 (16 Dec 2001 19:21:52 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 16 Dec 2001 19:21:52 GMT 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 > How do I fix this w/o making them have a dos extender in the current > directory? See Eli's answers on extenders vs DPMI providers. Nothing is needed for windows at all, you need a DPMI provider under DOS. You can add cwsdstub to the start of the image instead of the default stub. This allows you to have single exectuable distributions which will run on either windows or under pure DOS.