Message-ID: <001c01c20a86$54ab40c0$0200a8c0@tim> From: "Tim" To: Subject: Rhide Date: Sun, 2 Jun 2002 18:39:11 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0019_01C20A64.C9D545C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0019_01C20A64.C9D545C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am sorry to bother you but I have a problem with Rhide, the compiler = for C++. I wrote a very small program and saved it as Hello=20 When I tried to compile it, it said,"Don't know how to build Hello.o = from c:/djgpp/Projects/Hello"=20 Any help with this error would be greatly appreciated.=20 This is the code I typed to make the program, are there any code = errors?( I copied it from a tutorial) #include int main () { cout << "Hello World!"; return 0; } ------=_NextPart_000_0019_01C20A64.C9D545C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am sorry to bother you but I have a = problem with=20 Rhide, the compiler for C++. I wrote a very small program and = saved it=20 as Hello 
    When I tried to = compile it, it=20 said,"Don't know how to build Hello.o from=20 c:/djgpp/Projects/Hello" 
    Any help = with this error=20 would be greatly appreciated.
 
This is the code I typed to make the = program, are=20 there any code errors?( I copied it from a tutorial)
 
#include = <iostream.h>
 
int main ()
{
    cout << "Hello = World!";
    return = 0;
}
 
------=_NextPart_000_0019_01C20A64.C9D545C0--