Mail Archives: djgpp/2001/05/22/02:32:39
From: | "Cody" <cody1 AT ktsnet DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
References: | <3b08885e AT leia DOT ktsnet DOT com> <2427-Mon21May2001211032+0300-eliz AT is DOT elta DOT co DOT il>
|
Subject: | Re: RHIDE help
|
Lines: | 25
|
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: | 216-60-177-152.ktsnet.com
|
Message-ID: | <3b09f76b@leia.ktsnet.com>
|
Date: | Tue, 22 May 2001 00:13:12 -0500
|
NNTP-Posting-Host: | 216.60.177.225
|
X-Complaints-To: | abuse AT swbell DOT net
|
X-Trace: | nnrp1.sbc.net 990508705 216.60.177.225 (Tue, 22 May 2001 00:18:25 CDT)
|
NNTP-Posting-Date: | Tue, 22 May 2001 00:18:25 CDT
|
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
|
Thanks for your reply. Here is a sample program that it messes up on:
(BTW, I did the -v thing you was talking about, and it reported 2.95.3
gpp/gcc, and 1.4.7.8 rhide, and I also tried to, inside rhide, make -v one
of the compiler options, but that of course just made it print out for
errors in rhide what it would really print out normally, such as the version
number etc, so I figured out that you didn't mean for me to do that lol)
#include <iostream.h> // for cout
#include <conio.h> // for clrscr, getch
int main() {
clrscr();
cout<<"for some reason, this will not compile when using RHIDE"<<endl;
getch();
return 0;
}
when I go to compile, it says that it compiled with no errors, and yet when
I try to run it, it says:
contents of stderr from myfile.exe
Bad command or file name.
If you have any other suggestions/advice, it would be greatly appreciated.
- Raw text -