From: "Cody" Newsgroups: comp.os.msdos.djgpp References: <3bfa04d0 AT leia DOT ktsnet DOT com> <3bfa0617 AT leia DOT ktsnet DOT com> <9tdave$5ql$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> Subject: Re: more RHIDE problems Lines: 28 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Original-NNTP-Posting-Host: kx-nachtx-ppp008.ktsnet.com Message-ID: <3bfad5bc@leia.ktsnet.com> Date: Tue, 20 Nov 2001 16:03:14 -0600 NNTP-Posting-Host: 216.60.177.225 X-Complaints-To: abuse AT swbell DOT net X-Trace: nnrp2.sbc.net 1006293889 216.60.177.225 (Tue, 20 Nov 2001 16:04:49 CST) NNTP-Posting-Date: Tue, 20 Nov 2001 16:04:49 CST Organization: SBC Internet Services To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > How *exactly* do you start RHIDE? What were the earlier problems you > hint at in the first message of this thread, and how did you overcome > those? I created a shortcut to RHIDE that merely calls c:\djgpp\bin\rhide.exe. My earlier problems vary: most of the time, though, it is the exact same problem as this (I can't remember the various other problems, but this is the most important). > This may well be a domino problem, caused by incorrect fixing of the > earlier one. Please do try the following: I never fixed the earlier problem. Just turned my computer on one day (such as today), and it was magically fixed. I did nothing different in the way I called rhide, opened the file, or nothing else. > Open a DOS box > 'cd' to the directory with your source in > rhide one (or whatever it's called) > add 'one.c' to the project > Select 'Run' from the menu I do not use project files when compiling my programs. I just open up a file, such as one.cpp, and try to compile it. I have never tried working w/ project files (I would appreciate a link that just kinda gives a review of it though...), but for the small simple programs that I make, I see no need in creating them. One time someone suggested this when I had my problem though, and I followed their instructions (don't remember what they were), but when compiling the project the same error occurred.