Xref: news2.mv.net comp.os.msdos.djgpp:1183 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: v2 and dpmi Date: Thu, 15 Feb 1996 21:59:21 CST Organization: Rice University, Houston, Texas Lines: 20 Message-ID: <31240119.sandmann@clio.rice.edu> References: 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 > someone else calls [djgpp v2] .EXE file on a PC that hasn't got djgpp > on it, which of these is true?:- > (1) It will run always. False. It must be a 386+ with a 32-bit DPMI available. You can package CWSDPMI (much like GO32) to make sure a 32-bit dpmi is available. > (2) It will run only if he has DMPI active already. Almost true. If CWSDPMI is in the same directory or path, the DJGPP image will automatically load it. > (3) He must have created certain directories, and if so which? False. No special directories needed. > (4) He must have set certain `SET xxx = yyyyy' global variables, and if so > which? False. No environment variables are needed.