From: "Gil Myers" Subject: Re: DPMI initialisation Newsgroups: comp.os.msdos.djgpp References: Organization: The Unknown Programmers Message-ID: <01bc7647$70cefc20$fa8033cf@pentium> NNTP-Posting-Host: 207.51.128.250 Date: 11 Jun 97 08:59:43 GMT Lines: 22 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Chris Mills wrote in article ... > Dear sir, > I am create a program for my university third year project using > djgpp and DPMI v1.0. My question is does djgpp initialise the DPMI client, > or is this to be done by the programmer. > > yours, Chris Mills > The EXEs are stubbed when you compile. Your program will check for DPMI, and if it can't find it will load a specified extender. In other words, no, you do not have to init it yourself. Check the docs, I believe you can change the host in the stub, it will use CWSDPMI by default.