From: "b279" Newsgroups: comp.os.msdos.djgpp Subject: I can't compile my programs Date: Wed, 26 Sep 2001 20:44:29 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Complaints-To: newsabuse AT supernews DOT com Lines: 10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I can't compile my program. I'm using Rhide I have a program I got off a disk, but it won't compile. I get all these errors about undeclared classes and variables. I have compiled it before on other compilers and it works fine. I have a class in my program, is the compiler in Rhide not a C++ compiler? I used the command line gcc -o window.exe window.c, but it reports back the same errors. What is wrong?