X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Thu, 12 May 2011 18:57:07 -0500 From: "John Wright" To: djgpp AT delorie DOT com Subject: Fw: Re: Verion 1.12 (memory exhausted) in the link process Message-ID: <9a7f5643de75e3ddb2ae3fc2f31fc04b@wacontrols.com> X-Mailer: IceWarp Web Mail 5.6.7 X-Originating-IP: 205.209.232.248 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="--740949D8E1383DBCFADDB2E59391EF1E" Reply-To: "John Wright" This is a multi-part message in MIME format. ----740949D8E1383DBCFADDB2E59391EF1E Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Got it! So go32 is the dos extender and protected mode interface for DJGPP V1.12. So, when would I use QDPMI? I'm trying to get a grasp on "how" and "why" since I'm going back to V1. I know I have to use go32, but do I ever have to load QDPMIl? Can you give me a reason or example for clarity? -----Original message----- From: DJ Delorie dj AT delorie DOT com Date: Thu, 12 May 2011 17:58:41 -0500 To: "John Wright" john AT wacontrols DOT com Subject: Re: Verion 1.12 (memory exhausted) in the link process Please keep this on the mailing list. DJGPP itself is written in djgpp, so it needs the same environment as any apps it builds. > When do I need to enable QEMMs QDPMI services? My answer would be > when I want to run a protected mode application. go32 is the 32-bit > dos OS extention which allows all 32-bit things to happen > (i.e. djgpp) Good so far? So to use DJGPP development system, I need > that go32 external mounted engine in V1, where as in V2 it built > in. Right? DPMI is the transmission/API between real mode and > protected mode. Now, what about the DVX clients? What are they?r > What memory model are they using? I would assume VCIP and plain ole > protected mode. I'm assuming things at this point. > > Let me know where I'm off. I appreciate your comments, it will give > me the jump start I need. ----740949D8E1383DBCFADDB2E59391EF1E Content-Type: message/rfc822; name="Re: Verion 1.12 (memory exhausted) in the link process" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Re: Verion 1.12 (memory exhausted) in the link process" Received: from delorie.com ([65.175.133.15]) by domainmail.buz.net (IceWarp 9.3.2) with ESMTP (SSL) id VBS59344 for ; Thu, 12 May 2011 17:58:44 -0500 Received: from envy.delorie.com (envy.delorie.com [172.31.3.1]) by delorie.com (8.14.3/8.14.3) with ESMTP id p4CMwflk012628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 12 May 2011 18:58:41 -0400 Received: from envy.delorie.com (envy.delorie.com [127.0.0.1]) by envy.delorie.com (8.14.4/8.14.4) with ESMTP id p4CMwf6f006119 for ; Thu, 12 May 2011 18:58:41 -0400 Received: (from dj AT localhost) by envy.delorie.com (8.14.4/8.14.4/Submit) id p4CMwf9A006118; Thu, 12 May 2011 18:58:41 -0400 Date: Thu, 12 May 2011 18:58:41 -0400 Message-Id: <201105122258 DOT p4CMwf9A006118 AT envy DOT delorie DOT com> From: DJ Delorie To: "John Wright" In-reply-to: (john AT wacontrols DOT com) Subject: Re: Verion 1.12 (memory exhausted) in the link process References: Please keep this on the mailing list. DJGPP itself is written in djgpp, so it needs the same environment as any apps it builds. > When do I need to enable QEMMs QDPMI services? My answer would be > when I want to run a protected mode application. go32 is the 32-bit > dos OS extention which allows all 32-bit things to happen > (i.e. djgpp) Good so far? So to use DJGPP development system, I need > that go32 external mounted engine in V1, where as in V2 it built > in. Right? DPMI is the transmission/API between real mode and > protected mode. Now, what about the DVX clients? What are they?r > What memory model are they using? I would assume VCIP and plain ole > protected mode. I'm assuming things at this point. > > Let me know where I'm off. I appreciate your comments, it will give > me the jump start I need. ----740949D8E1383DBCFADDB2E59391EF1E--