From: Tonno001 AT aol DOT com Message-ID: Date: Tue, 5 Jun 2001 19:45:21 EDT Subject: Compiler help To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_a1.16640b5e.284ec911_boundary" X-Mailer: AOL 6.0 for Windows US sub 10523 Reply-To: djgpp AT delorie DOT com --part1_a1.16640b5e.284ec911_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit i recently received as a gift a Rhide C++ compiler. how ever i cannot get it to work. i have tried to make a hello world program and the compiler will not execute the program. it compiles, makes and links,(reporting no errors). but when i try to run the program it does not run and gives me the message: Program exit code: -1 (0xffffffff) even though it reports no errors, after I "make" i receive the following: Creating: hello.exe The error was: Invalid argument (EINVAL) no errors i am including the source code: #include int main() { cout<<"Hello world."; return 0; } your help is much appreciated. i have spent endless hours sifting through faqs and and have not found any help. --part1_a1.16640b5e.284ec911_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit i recently received as a gift a Rhide C++ compiler.  how ever i cannot get it
to work.  i have tried to make a hello world program and the compiler will
not execute the program.   it compiles, makes and links,(reporting no
errors).  but when i try to run the program it does not run and gives me the
message: Program exit code: -1 (0xffffffff)

even though it reports no errors, after I "make" i receive the following:
Creating: hello.exe
The error was: Invalid argument  (EINVAL)
no errors

i am including the source code:

#include <iostream.h>

int   main()
{
cout<<"Hello world.";
return    0;
}


your help is much appreciated.  i have spent endless hours sifting through
faqs and and have not found any help.
--part1_a1.16640b5e.284ec911_boundary--