X-Originating-IP: [200.34.143.5] From: "J. L." To: References: <3d285643$0$8334$9b622d9e AT news DOT freenet DOT de> Subject: Re: Getting iostream.h to work Date: Wed, 10 Jul 2002 11:33:46 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: X-OriginalArrivalTime: 10 Jul 2002 16:33:43.0487 (UTC) FILETIME=[8E3F1CF0:01C2282F] Reply-To: djgpp AT delorie DOT com "Origin" escribió en el mensaje news:aghl81$9mo$1 AT reader02 DOT singnet DOT com DOT sg... Please, don't top post. Leave some contextual info. > I tried adding the line, RHIDE now tells me 'parse error before 'std' and > 'Warning: data definition has no type or storage class'. ^^^ You type #include using namespace std; ? Maybe, do you type the leading ", such that it appears in Randy post? > I changed the Include directory to /lang/cxx-v31/backward, seeing that's > where your error msgs refer to. Now, RHIDE tells me 'iostream: .h"> 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? > Try, at command line: gpp -o hello.exe hello.cpp to see if your problem is related to bad configuration of DJGPP. Additional: What OS are you using? Are you set varialble LFN=y? Regards J. L.