From: Jimmy Newsgroups: comp.os.msdos.djgpp Subject: question about set rhide for c++ Date: Mon, 19 Aug 2002 20:42:36 +0000 (UTC) Organization: Your Company Lines: 46 Message-ID: NNTP-Posting-Host: 202.115.22.194 X-Trace: debian.bentium.com 1029789756 17111 202.115.22.194 (19 Aug 2002 20:42:36 GMT) X-Complaints-To: usenet AT news DOT bentium DOT com NNTP-Posting-Date: Mon, 19 Aug 2002 20:42:36 +0000 (UTC) User-Agent: Xnews/5.03.24 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi,here i have a question: I unzip the djgpp zip files,and use a dos .bat file to run it: @////////////////////// set DJGPP=.\djgpp.env set path=.\bin;%PATH% rhide.exe @////////////////////// And i start my test program a.cpp: ///////////////////////////////////////////// #include using namespace std; int main(){ cout<<"This is a test!"<error.txt but nothing happened,I get only a 0 byte file.What's wrong?Could you help me with it? Thanks in advance. Jimmy