Date: Fri, 26 Jan 2001 14:09:23 -0500 Message-Id: <200101261909.OAA08274@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <20010126135144.15642.00001272@ng-bd1.news.cs.com> (xairen013 AT cs DOT com) Subject: Re: Could Someone help me with RHIDE? References: <20010126135144 DOT 15642 DOT 00001272 AT ng-bd1 DOT news DOT cs DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I got everything installed, and now, when i try to Compile a program, it cant > find "iostream.h" (when that IS in the folder) and, it gives me errors for > Parse on almost every line.... I got about three SCREEN-fulls of misc. > errors....if anyone can help me, please do so!!! thanks Make sure you saved the file as "something.cc" rather than "something.c". iostream.h shouldn't be in the same folder as your sources, it should be in something like c:\djgpp\lang\cxx\iostream.h