c++ - Help with DM C/C++ Compiler on DOS
- Philippe Signoret (9/9) Apr 02 2002 Greetings,
- Jan Knepper (3/12) Apr 02 2002 The latest version does not work on DOS, it requires a Win32 platform.
- Philippe Signoret (3/19) Apr 02 2002 Is there any way I can get an older version that can run on DOS?
- Jan Knepper (4/25) Apr 02 2002 That's not up to me...
- Philippe Signoret (6/33) Apr 02 2002 That would be greatly appreciated. Who is Walter and how can I conta...
- Chris Widdows (22/57) Apr 03 2002 AFAIK Borland give an older Turbo C version away for free, there are
- Javier Gutiérrez (10/45) Apr 07 2002 You have available Turbo C++ 1.01 (http://community.borland.com), an...
- Walter (5/6) Apr 02 2002 Sorry. While the compiler can target DOS and generate executables for DO...
Greetings, I just downloaded DM C/C++ compiler, so that I could put it on my old laptop (with IBM DOS 5.00 -no Windows). I got the files onto the laptop, but it says messages like "Requires Win32" and "This is a 32 bit Windows NT program. Is there some special thing I should do to get it to work, or does it not work in DOS without Windows?? Please help!!!
Apr 02 2002
The latest version does not work on DOS, it requires a Win32 platform. Jan Philippe Signoret wrote:Greetings, I just downloaded DM C/C++ compiler, so that I could put it on my old laptop (with IBM DOS 5.00 -no Windows). I got the files onto the laptop, but it says messages like "Requires Win32" and "This is a 32 bit Windows NT program. Is there some special thing I should do to get it to work, or does it not work in DOS without Windows?? Please help!!!
Apr 02 2002
Is there any way I can get an older version that can run on DOS? Philippe Jan Knepper wrote:The latest version does not work on DOS, it requires a Win32 platform. Jan Philippe Signoret wrote:Greetings, I just downloaded DM C/C++ compiler, so that I could put it on my old laptop (with IBM DOS 5.00 -no Windows). I got the files onto the laptop, but it says messages like "Requires Win32" and "This is a 32 bit Windows NT program. Is there some special thing I should do to get it to work, or does it not work in DOS without Windows?? Please help!!!
Apr 02 2002
That's not up to me... May be Walter could still generate a DOSX/DOS version?! Jan Philippe Signoret wrote:Is there any way I can get an older version that can run on DOS? Philippe Jan Knepper wrote:The latest version does not work on DOS, it requires a Win32 platform. Jan Philippe Signoret wrote:Greetings, I just downloaded DM C/C++ compiler, so that I could put it on my old laptop (with IBM DOS 5.00 -no Windows). I got the files onto the laptop, but it says messages like "Requires Win32" and "This is a 32 bit Windows NT program. Is there some special thing I should do to get it to work, or does it not work in DOS without Windows?? Please help!!!
Apr 02 2002
That would be greatly appreciated. Who is Walter and how can I contact him? What is DOSX? As you can see, I'm new at this. Just in case he can't does anyone know of any other free downloadable C and/or C++ compilers that can run in DOS?? Philippe Jan Knepper wrote:That's not up to me... May be Walter could still generate a DOSX/DOS version?! Jan Philippe Signoret wrote:Is there any way I can get an older version that can run on DOS? Philippe Jan Knepper wrote:The latest version does not work on DOS, it requires a Win32 platform. Jan Philippe Signoret wrote:Greetings, I just downloaded DM C/C++ compiler, so that I could put it on my old laptop (with IBM DOS 5.00 -no Windows). I got the files onto the laptop, but it says messages like "Requires Win32" and "This is a 32 bit Windows NT program. Is there some special thing I should do to get it to work, or does it not work in DOS without Windows?? Please help!!!
Apr 02 2002
On Tue, 02 Apr 2002 21:35:01 -0600, Philippe Signoret <Sigma.Tech gmx.net> wrote:That would be greatly appreciated. Who is Walter and how can I contact him? What is DOSX? As you can see, I'm new at this. Just in case he can't does anyone know of any other free downloadable C and/or C++ compilers that can run in DOS??AFAIK Borland give an older Turbo C version away for free, there are others. Take a look at http://www.thefreecountry.com/developercity/ccompilers.shtml But last time I looked, C++ for DOS wasn't on except for DJGPP (which isn't strictly 16-bit). Restricting yourself to plain C will yield better results. You need a 80386 or better to run DJGPP, a few C compiler will do 'pure' dos though. Either that or to hunt for an older compiler (AFAIK Zortech, Borland and Watcom all had a C++ compiler running on DOS at sometime. I've used both Zortech (I think version 2) and Borland (was it version 3.x?) under DOS and the Zortech one had a thing called VCM which was very good (and allowed you write pretty large progs considering the limitations of the platform). As usual Borland had good C++ language implementation, but poor code generation (I found three ways of compiling, each producing different code using the exact same switches, brrrrrrr). If you are just starting out the Borland might appeal more, if you want the resulting apps to work well I would suggest Zortech (but I must admit, I'm biased). Hope that helps, ChrisPhilippe Jan Knepper wrote:That's not up to me... May be Walter could still generate a DOSX/DOS version?! Jan Philippe Signoret wrote:Is there any way I can get an older version that can run on DOS? Philippe Jan Knepper wrote:The latest version does not work on DOS, it requires a Win32 platform. Jan Philippe Signoret wrote:Greetings, I just downloaded DM C/C++ compiler, so that I could put it on my old laptop (with IBM DOS 5.00 -no Windows). I got the files onto the laptop, but it says messages like "Requires Win32" and "This is a 32 bit Windows NT program. Is there some special thing I should do to get it to work, or does it not work in DOS without Windows?? Please help!!!
Apr 03 2002
You have available Turbo C++ 1.01 (http://community.borland.com), and in a short, OpenWatcom (http://www.openwatco.org) "Philippe Signoret" <Sigma.Tech gmx.net> escribió en el mensaje news:3CAA7865.50688C05 gmx.net...That would be greatly appreciated. Who is Walter and how can I contacthim?What is DOSX? As you can see, I'm new at this. Just in case he can't does anyone know of any other free downloadableC and/orC++ compilers that can run in DOS?? Philippe Jan Knepper wrote:platform.That's not up to me... May be Walter could still generate a DOSX/DOS version?! Jan Philippe Signoret wrote:Is there any way I can get an older version that can run on DOS? Philippe Jan Knepper wrote:The latest version does not work on DOS, it requires a Win32oldJan Philippe Signoret wrote:Greetings, I just downloaded DM C/C++ compiler, so that I could put it on myWindowslaptop (with IBM DOS 5.00 -no Windows). I got the files onto the laptop, but it says messages like "Requires Win32" and "This is a 32 bititNT program. Is there some special thing I should do to get it to work, or doesnot work in DOS without Windows?? Please help!!!
Apr 07 2002
"Philippe Signoret" <Sigma.Tech gmx.net> wrote in message news:3CAA6C1E.FE3563E9 gmx.net...Is there any way I can get an older version that can run on DOS?Sorry. While the compiler can target DOS and generate executables for DOS, it cannot run under DOS. The reason is because it needs too much memory for DOS, etc.
Apr 02 2002