From: "Origin" Newsgroups: comp.os.msdos.djgpp Subject: Re: Getting iostream.h to work Date: Wed, 10 Jul 2002 23:58:09 +0800 Organization: Singapore Telecommunications Ltd Lines: 16 Message-ID: References: NNTP-Posting-Host: as604575.singnet.com.sg X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I tried adding the line, RHIDE now tells me 'parse error before 'std' and 'Warning: data definition has no type or storage class'. I changed the Include directory to /lang/cxx-v31/backward, seeing that's where Deckerben's error msgs refer to. Now, RHIDE tells me 'iostream: no such file or directory (ENOENT)" The trouble may be with the directory structure of my library files, since I get a ": No such file or directory (ENOENT)", which is different from your quoted error msgs. My /include directory is unpacked entirely from djdev203.zip, and my /lang directory is from gpp31b.zip, both from the zip picker at Delorie.com. Any ideas as to what's wrong?