From: i DOT eick AT web DOT de (Ivo Eick) Newsgroups: comp.os.msdos.djgpp Subject: problem with rhide under xp Date: 7 Nov 2002 12:16:48 -0800 Organization: http://groups.google.com/ Lines: 24 Message-ID: NNTP-Posting-Host: 194.95.207.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1036700208 1617 127.0.0.1 (7 Nov 2002 20:16:48 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 7 Nov 2002 20:16:48 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello people, today I installed rhide vers 1.4.9 as proposed by the zip-picker at djgpp. I could compile and run normal c-programs. But when I try to compile a this simple hello world program in cpp I get the following error messages. #include int main(void) { cout << "hello c++!\n"; int x = 0; cin >> x; return 0; } C:\DJGPP\lang\cxx\3.2\backward\iostream.h(31) in file included from C:\DJGPP\lang\cxx\3.2\backward\iostream.h:31, ..sources/hello.cpp(1) from ..sources/hello.cpp(1) and another warning. Is there anyone who can help me? Ivo Eick