Mail Archives: djgpp/2000/07/03/12:24:43
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 <iostream.h>
>
> 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.
- Raw text -