From: "Charles Sandmann" Newsgroups: comp.os.msdos.djgpp Subject: Re: Memory amount and PMODE Date: Tue, 10 Oct 2000 10: 4:34 Organization: Aspen Technology, Inc. Lines: 23 Message-ID: <39e2e9b2.sandmann@clio.rice.edu> References: <8rudhm$8nn$14$1 AT news DOT t-online DOT com> NNTP-Posting-Host: dcloan.hou.aspentech.com X-Trace: selma.aspentech.com 971191089 19760 10.32.115.107 (10 Oct 2000 15:18:09 GMT) X-Complaints-To: postmaster AT aspentech DOT com NNTP-Posting-Date: 10 Oct 2000 15:18:09 GMT X-NewsEditor: ED-1.5.8 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > "Eli Zaretskii" schrieb... > > > > > Or is there some other way to build CWSDPMI? > > > > There's only one way: you need to have Turbo C 2.x or later. > > ....which is available for free from Borland's site. > You have to become a "community member" first, though. While Turbo C 2.01 and Turbo C++ 1.01 are available, there is no free TASM at Borland's site. Is there a free TASM syntax compatible compiler available? If so, I'd be interested in seeing if CWSDPMI would build and run properly with it ... Turbo C 2.01 is available from Borland, and CWSDPMI builds with it - but you have to make some special defines. Turbo C++ 1.01 is also free, generates tighter C code, and is a better choice. For r5 I actually did test builds with 4 different Borland compilers (TC 2.01, TC++ 1.01, BCC 3.1, BCC 5.0) and did light testing of all binaries at one time or another.