Message-ID: <000901bad857$5d627d40$e54a883e@gecko> From: "Zigmund Rogoff" To: Date: Mon, 1 Jan 1996 14:40:33 -0000 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0005_01BAD857.1BAD3340" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BAD857.1BAD3340 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0006_01BAD857.1BAD3340" ------=_NextPart_001_0006_01BAD857.1BAD3340 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Help please! I have a CD rom with DJGPP for C++. The CD rom allowed the installation = to happen automatically,=20 even putting the 2 lines in the autoexec.bat file However when I run a simple code such as 'hello world' I get error = message: In file included from hello.cpp:1: C:/gjgpp/lang/cxx/iostream.h31::streambuf.h:No such file or directory = (ENOENT) THE files included are : environ.lst List0201.cpp autoexec.bat = Config I hope these are okay. If you can help it will really make my day! ------=_NextPart_001_0006_01BAD857.1BAD3340 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Help please!
 
I have a CD rom with DJGPP for C++. = The CD rom=20 allowed the installation to happen automatically,
even putting the 2 lines in the = autoexec.bat=20 file
However when I run a simple code such as 'hello = world' I get=20 error message:
 
In file included from hello.cpp:1:
C:/gjgpp/lang/cxx/iostream.h31::streambuf.h:No such file or directory (ENOENT)
 
THE files included are : = environ.lst    =20 List0201.cpp   autoexec.bat    =20 Config
 
I hope these are okay.
If you can = help it will=20 really make my day!
 
 
 
------=_NextPart_001_0006_01BAD857.1BAD3340-- ------=_NextPart_000_0005_01BAD857.1BAD3340 Content-Type: application/octet-stream; name="environ.lst" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="environ.lst" TMP=C:\WINDOWS\TEMP TEMP=C:\WINDOWS\TEMP PROMPT=$p$g winbootdir=C:\WINDOWS COMSPEC=C:\WINDOWS\COMMAND.COM PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DJGPP\BIN; DJGPP=C:\DJGPP\DJGPP.ENV windir=C:\WINDOWS BLASTER=A220 I5 D1 H5 T5 ------=_NextPart_000_0005_01BAD857.1BAD3340 Content-Type: application/octet-stream; name="List0201.cpp" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="List0201.cpp" #include int main() { cout << "Hello World!\n"; return 0; } ------=_NextPart_000_0005_01BAD857.1BAD3340 Content-Type: application/octet-stream; name="Autoexec.bat" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Autoexec.bat" mode con codepage prepare=((850) C:\WINDOWS\COMMAND\ega.cpi) mode con codepage select=850 keyb uk,,C:\WINDOWS\COMMAND\keyboard.sys SET PATH=C:\DJGPP\BIN;%C:\DJGPP\lang\cxx% SET DJGPP=C:\DJGPP\DJGPP.ENV ------=_NextPart_000_0005_01BAD857.1BAD3340 Content-Type: application/octet-stream; name="General.idf" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="General.idf" UklGRoYCAABJREYgTElTVCABAABNTUFQaGRyICkAAAApAAAAAAEAAAEAAAAYAAAAR2VuZXJhbCBN SURJIEluc3RydW1lbnQAeABpbnN0pQAAAKUAAAAAAAAAAAAAAAAAAAAUAAAAKAAAABgAAAAwAAAA VW5zcGVjaWZpZWQgQ29tcGFueQBVAG4AcwBwAGUAYwBpAGYAaQBlAGQAIABDAG8AbQBwAGEAbgB5 AAAAR2VuZXJhbCBNSURJIEluc3RydW1lbnQARwBlAG4AZQByAGEAbAAgAE0ASQBEAEkAIABJAG4A cwB0AHIAdQBtAGUAbgB0AAAAIABjYXBzGAAAABgAAAABAAAAAQAAABAAAAAQAAAAEAAAAGNoYW4U AAAAFAAAAP/9AAAAAgAAdAAsAAAAAABMSVNUUgEAAE1NQVBoZHIgKgAAACoAAAAAAQAAAQAAABkA AABQZXJjdXNzaW9uIG9uIENoYW5uZWwgMTYAAGluc3TYAAAA2AAAAAAAAAAAAAAAAAAAABQAAAAo AAAAKQAAAFIAAABVbnNwZWNpZmllZCBDb21wYW55AFUAbgBzAHAAZQBjAGkAZgBpAGUAZAAgAEMA bwBtAHAAYQBuAHkAAABNSURJIEluc3RydW1lbnQgd2l0aCBEcnVtcyBvbiBDaGFubmVsIDE2AE0A SQBEAEkAIABJAG4AcwB0AHIAdQBtAGUAbgB0ACAAdwBpAHQAaAAgAEQAcgB1AG0AcwAgAG8AbgAg AEMAaABhAG4AbgBlAGwAIAAxADYAAAAAY2FwcxgAAAAYAAAAAQAAAAEAAAAQAAAAEAAAABAAAABj aGFuFAAAABQAAAD/fwAAAIAAACAAIAAAAAAA ------=_NextPart_000_0005_01BAD857.1BAD3340--