Message-Id: <3673C4DB.45B5DAB@cableol.co.uk> Date: Sun, 13 Dec 1998 13:45:00 +0000 From: Allens X-Mailer: Mozilla 4.04 [en] (Win95; I) Mime-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: I'm stuck with iostream.h References: <01be2613$33751da0$462ac5c3 AT test> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com The answer to your problem is to set lfn=y in your autoexec.bat file if you are under win9x. This is in the faq, section 8.2. What are those things I have underlined, because it doesn't look like mime or uu encoding on a non mime enable browser, and I am confused. Peter Allen > Varis wrote: > > Well, my problem is quite simple. I just can’t get "iostream.h" working. > It’s really boring because it’s the only library which I can ^^^^^^^^^^ ^^^^^^^^^^ What is this... And this and all the others > really use on my programs. I’m sure that the file IS on my computer, but > RHIDE will say nasty errors during compiling. Exactly the error looks like > this: > > "Compiling e:\stuff\coding\djgpp\bin\koe.cpp > koe.cpp(1) in file included from koe.cpp:1: > e:\stuff\coding\djgpp\lang\cxx\iostream.h(31) error: streambuf.h: no such file > or directory (enoent) > there were some errors" > > So what’s the problem? I readed the faq and it didn’t give any > clues to my problem! > Please help a beginner... > > The code i used looked like this: > > #include > void main( ) > { > cout << "THIS WONT WORK"; > } > > Thanks for your help. :-) > > ----------------------------------Environ > 1st----------------------------------------------------------- > > TMP=C:\WINDOWS\TEMP > TEMP=C:\WINDOWS\TEMP > WINPMT=$p$g > winbootdir=C:\WINDOWS > COMSPEC=C:\WINDOWS\COMMAND.COM > DJGPP=E:\STUFF\CODING\DJGPP\DJGPP.ENV > SOUND=C:\PROGRA~1\CREATIVE\CTSND > MIDI=SYNTH:1 MAP:E MODE:0 > SST_SCREENREFRESH=60 > SST_RGAMMA=1.70 > SST_GGAMMA=1.70 > SST_BGAMMA=1.70 > SST_GRXCLK=57 > DIRCMD= /P /O:GNE > PROMPT=$e[s$e[f$e[0;316;41;1m$e[KMocca Cone PrOmPt -- ELiTE Rules FoReveR! > rAAgA CrAkkAh! $_$e[0;40;37;1m$e[K$e[u$P$G > PATH=E:\STUFF\CODING\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\MOUSE\;C:\OHJELM~1\WINZIP\;E:\STUFF\OHJELM~1\BC5\BIN\;E:\STUFF\RAAGA\ARJ\ > windir=C:\WINDOWS > BLASTER=A220 I5 D1 H5 P330 T6 E620 > CMDLINE=gxx -o koe.exe koe.cpp > > -------------------------------------------------config.sys------------------------------------------------ > > device=c:\windows\himem.sys /SHADOWRAM:ON > device=c:\windows\emm386.exe noems I=B000-B7FF > devicehigh=C:\WINDOWS\COMMAND\display.sys con=(ega,,1) > devicehigh=C:\windows\setver.exe > devicehigh=C:\d91xv340.SYS /D:OEMCD001 > devicehigh=C:\WINDOWS\Command\Ansi.sys > Country=358,850,C:\WINDOWS\COMMAND\country.sys > DOS=HIGH,UMB > FILESHIGH=30 > BUFFERSHIGH=30 > STACKSHIGH=0,0 > LASTDRIVEHIGH=G > > -------------------------------------------Autoexec.bat--------------------------------------------------- > > @ECHO OFF > PATH=c:\mouse\;c:\ohjelm~1\winzip\;e:\stuff\raaga\arj\ > SET PATH=E:\STUFF\CODING\DJGPP\BIN;%PATH% > SET DJGPP=E:\STUFF\CODING\DJGPP\DJGPP.ENV > rem - By Windows 95 Network - C:\WINDOWS\net start > SET SOUND=C:\PROGRA~1\CREATIVE\CTSND > SET MIDI=SYNTH:1 MAP:E MODE:0 > SET BLASTER=A220 I5 D1 H5 P330 E620 T6 > mode con codepage prepare=((850) C:\WINDOWS\COMMAND\ega.cpi) > mode con codepage select=850 > keyb su,,C:\WINDOWS\COMMAND\keyboard.sys > rem - By Windows Setup - MSCDEX.EXE /D:OEMCD001 > SET SST_SCREENREFRESH=60 > SET SST_RGAMMA=1.70 > SET SST_GGAMMA=1.70 > SET SST_BGAMMA=1.70 > SET SST_GRXCLK=57 > SET DIRCMD= /P /O:GNE > SET WINPMT=$e[s$e[f$e[0;316;41;1m$e[KMocca Cone PrOmPt -- ELiTE Rules FoReveR! > rAAgA CrAkkAh! $_$e[0;40;37;1m$e[K$e[u$P$G > set > path=e:\stuff\coding\djgpp\bin;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\MOUSE\;C:\OHJELM~1\WINZIP\;E:\STUFF\OHJELM~1\BC5\BIN\;E:\STUFF\RAAGA\ARJ\ > > > Tatu Varis > Also known as "Mocca Cone" > e-mail: varistat AT dlc DOT fi >