Xref: news-dnh.mv.net comp.os.msdos.djgpp:1051 Path: news-dnh.mv.net!mv!news.sprintlink.net!gatech!news.mathworks.com!solaris.cc.vt.edu!news.duke.edu!agate!howland.reston.ans.net!swrinde!cs.utexas.edu!bcm!newsfeed.rice.edu!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: [Q] Are there are stub version of CWSDPMI? Date: Fri, 21 Jul 1995 07:23:54 CDT Organization: Rice University, Houston, Texas Lines: 16 References: <806048743 DOT 114snx AT techm DOT pl DOT my> Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > Yup...are there any? Cause I find distributing 2 EXE file rather unpleasant. > If not...oh well, I'll just have to live with them :-) There is no such thing. Many reasons. First, the stub and CWSDPMI are currently written in different languages. Second, there is no reason to load a DPMI at all in many cases. Third - CWSDPMI is still evolving, and should be able to be replaced/upgraded separately from the image. With V1, if you coff2exe'ed with -s go32, you still had to distribute emu387 (for a total of 2 or 3 images). With Windows, images typically install DLL's. With V2, if you link with -lemu, you can distribute 2 images (yours and cwsdpmi), without -lemu you distribute 3 (similar to the V1 case). Just distribute emu387.dxe and cwsdpmi.exe in the same directory as your image and everything should run without any other setup.