From: MATHEO71 AT aol DOT com Message-ID: <0.575abf02.25447360@aol.com> Date: Sun, 24 Oct 1999 10:36:16 EDT Subject: I need help with compiling To: DJGPP AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 9 Reply-To: djgpp AT delorie DOT com I bought a book along with the compiler. It was SAMS "Teach Yourself C++ in 21 Days" with the completer DJGPP compiler (third edition). At first I had a different problem, when I tried to compile a source code it said that such and such folder is missing some files (even though they were there). So I deleted all the files and installed Djgpp all over again. I opened and unzipped djdev202 and then I ran go32-v2.exe file. I put these lines in Autoexec.bat as instructed: SET DJGPP=C:\DJGPP\DJGPP.ENV SET PATH=C:\DJGPP\BIN;%PATH% So my setup was complete. When I opened RHIDE compiler and editet a new file, I copied a simple beginners source code from the book. I checked and everything was written correctly. Then I saved it as PRO(1).cpp then I pressed compile button from the menu on the top. It said that it started to compile, but in a matter of a second a message box came up saying that there's a problem and the whole thing craches and exits the program. I don't know what the problem is and book or the Faq files don't explain anything about that. Please help!