From: "A.Appleyard" To: DJGPP AT sun DOT soe DOT clarkson DOT edu Date: Thu, 15 Feb 1996 13:44:35 GMT Subject: v2 and dpmi The new djgpp without go32 (v2) is said to use DPMI. If I compile a Gnu C++ program with the new djgpp, and convert it by whatever means) to an .EXE file, and someone else calls that .EXE file on a PC that hasn't got the djgpp system on it, which of these is true?:- (1) It will run always. (2) It will run only if he has DMPI active already. (3) He must have created certain directories, and if so which? (4) He must have set certain `SET xxx = yyyyy' global variables, and if so which?