Newsgroups: comp.os.msdos.djgpp From: leeast AT home DOT com (Lee Eastman) Subject: Re: Common DOS programs in DJGPP References: X-Newsreader: News Xpress 2.01 Lines: 16 Message-ID: Date: Fri, 15 Sep 2000 02:53:36 GMT NNTP-Posting-Host: 24.0.198.36 X-Complaints-To: abuse AT home DOT net X-Trace: news1.bnapk1.occa.home.com 968986416 24.0.198.36 (Thu, 14 Sep 2000 19:53:36 PDT) NNTP-Posting-Date: Thu, 14 Sep 2000 19:53:36 PDT Organization: @Home Network To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article , AndrewJ wrote: >On Thu, 14 Sep 2000 05:56:28 GMT, leeast AT home DOT com (Lee Eastman) wrote: > >If you want to get technical, console programs don't run in a DOS box. They >run in Win32 console mode. There's an importance between the two (virtual DOS >sessions must provide access to the low-level DOS API, whereas NT console >executables don't). Try writing to CON: from a console application and watch >it fail because CON: doesn't exist there. > Technically, you're right, no arguement from me, but most people who see those things (win32 console mode boxes) think that it's just DOS. The main point I was trying to make is that Borland's free compiler is NOT a DOS compiler and can't be made in to one (at least without a lot of very high-falutin tricks, pretty much over the head of most of us rank beginners). Lee