Date: Mon, 3 Jul 2000 19:24:02 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Troy King cc: djgpp AT delorie DOT com Subject: Re: Newbie to programming, 21 Days In-Reply-To: <3960A54B.451EADA8@home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Mon, 3 Jul 2000, Troy King wrote: > I am using Rhide version 1.4 on a Windows 98se platform; here's > the code that I type into Rhide: > #include > > int main() > { > cout << "Hello World!n"; > return 0; > } > > Now you have all probably seen people ask this question before so sorry > but here's my problem. When I click on compile I get an error message > that reads: > c:djgpp/lang/cxx/iostream.h(31) Error:streambuf.h: No such file or > director. Try setting LFN=y in the environment, before you invoke RHIDE. If that doesn't help, download a newer version of RHIDE.