From: myknees AT aol DOT com (Myknees) Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie Date: 15 Feb 1998 07:51:09 GMT Lines: 27 Message-ID: <19980215075100.CAA05095@ladder02.news.aol.com> NNTP-Posting-Host: ladder02.news.aol.com References: <3 DOT 0 DOT 2 DOT 16 DOT 19980214211808 DOT 0aef43b8 AT giasdla DOT vsnl DOT net DOT in> Organization: AOL http://www.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Rajnish writes: > Hi All, > > I am desperately looking to compile some C code I wrote. > I don't have a > C/C++ compiler, so I downloaded DJGPP. > > My question is if I can compile my programs which I > wrote using a Boroland > IDE with DJPP. The Boroland C++ IDE makes the required > .exe files for a DOS > platform. Whenever I attempt to run the files I get an > error message saying > 'the file should be run from inside the IDE'. I saw an error like that. A C++ book I have came with a version of Borland Turbo C++. It created .exe files that would only run from inside the Turbo C++ IDE. > I am not sure if this the right direction. I think that you are going in the right direction by getting djgpp, since you can compile your code into .exe files that can run on their own. There are some differences between the compilers, though. The first one I came across is that in djgpp, printf is line buffered. --Ed (Myknees)