X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <000b01c1a38f$6ea14c80$453e3e04@vz.dsl.genuity.net> From: "res0meoe" To: Subject: Help with DJGPP problem Date: Tue, 22 Jan 2002 13:54:55 -0800 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0007_01C1A34C.5F717E80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C1A34C.5F717E80 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0008_01C1A34C.5F717E80" ------=_NextPart_001_0008_01C1A34C.5F717E80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: Whom It may concern I'm a programmer trying to learn C++ from the book, "SAMS Teach Yourself = C++ in 24 hours".=20 When I compile the following program, there are no errors. But when I = run the program, the following error message is displayed. "Invalid argument (EINVAL)".=20 #include int main() { cout << "Hello World!\n"; return 0; } Attached is the autoexec.txt (autoexec.bat), environ.txt (results from = the set command), go32.txt (go32-v2.exe). The config.sys file was empty. Thanks for your help, Elan Dorsey ------=_NextPart_001_0008_01C1A34C.5F717E80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
To: Whom It may concern
 
I'm a programmer trying to learn C++ = from the book,=20 "SAMS Teach Yourself C++ in 24 hours".
 
When I compile the following program, = there are no=20 errors. But when I run the program, the following
error message is displayed. "Invalid = argument=20 (EINVAL)".
 
#include = <iostream.h>
int main()
{
   cout << "Hello=20 World!\n";
   return 0;
}
 
Attached is the autoexec.txt = (autoexec.bat),=20 environ.txt (results from the set command), go32.txt (go32-v2.exe).=20 The
config.sys file was empty.
 
Thanks for your help,
Elan Dorsey
 
 
------=_NextPart_001_0008_01C1A34C.5F717E80-- ------=_NextPart_000_0007_01C1A34C.5F717E80 Content-Type: text/plain; name="autoexec.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="autoexec.txt" SET windir=3DC:\WINDOWS SET winbootdir=3DC:\WINDOWS SET COMSPEC=3DC:\WINDOWS\COMMAND.COM SET PROMPT=3D$p$g SET TEMP=3DC:\WINDOWS\TEMP SET TMP=3DC:\WINDOWS\TEMP SET PATH=3D"C:\Program = Files\Blues\";C:\WINDOWS\SYSTEM;C:\orawin95\bin;"C:\Program = Files\Oracle\jre\1.1.7\bin";C:\WINDOWS;"C:\WINDOWS\COMMAND = ";C:\DJGPP\BIN SET DJGPP=3DC:\DJGPP\DJGPP.ENV ------=_NextPart_000_0007_01C1A34C.5F717E80 Content-Type: text/plain; name="environ.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="environ.txt" COMSPEC=3DC:\WINDOWS\COMMAND.COM PROMPT=3D$p$g TEMP=3DC:\WINDOWS\TEMP TMP=3DC:\WINDOWS\TEMP PATH=3DC:\Program = Files\Blues\;C:\WINDOWS\SYSTEM;C:\orawin95\bin;C:\Program = Files\Oracle\jre\1.1.7\bin;C:\WINDOWS;C:\WINDOWS\COMMAND ;C:\DJGPP\BIN DJGPP=3DC:\DJGPP\DJGPP.ENV winbootdir=3DC:\WINDOWS windir=3DC:\WINDOWS BLASTER=3DA220 I5 D1 T4 P330 CMDLINE=3Dmore set ------=_NextPart_000_0007_01C1A34C.5F717E80 Content-Type: text/plain; name="go32.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="go32.txt" go32/v2 version 2.0 built Nov 15 1998 14:36:43 Usage: go32 coff-image [args] Rename this to go32.exe only if you need a go32 that can run v2 binaries = as well as v1 binaries (old makefiles). Put ahead of the old go32 in your = PATH but do not delete your old go32 - leave it in the PATH after this one. Set GO32_V2_DEBUG=3Dy in the environment to get verbose output. DPMI memory available: 63491 Kb DPMI swap space available: 64377 Kb ------=_NextPart_000_0007_01C1A34C.5F717E80--