Mail Archives: djgpp/2001/02/05/13:56:35
From: | "Cody" <cody1 AT ktsnet DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | won't run my program
|
Lines: | 21
|
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-Original-NNTP-Posting-Host: | tel-ppp0113.ktsnet.com
|
Message-ID: | <3a7de922@leia.ktsnet.com>
|
Date: | Sun, 4 Feb 2001 17:40:41 -0600
|
NNTP-Posting-Host: | 216.60.177.225
|
X-Complaints-To: | abuse AT swbell DOT net
|
X-Trace: | nnrp2.sbc.net 981398338 216.60.177.225 (Mon, 05 Feb 2001 12:38:58 CST)
|
NNTP-Posting-Date: | Mon, 05 Feb 2001 12:38:58 CST
|
Organization: | SBC Internet Services
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
I have been using the djgpp compiler for quite a while now with absolutely
no complaints... it's free and has a great graphics library (allegro) and
suits my needs perfectly. I also use Rhide as my ide. It has worked fine
for months, but yesterday when I went to compile a simple program, it
wouldn't let me do it. I went to alt-r and run, yet run was not black and
it wouldn't let me choose that option. I have no clue as to why this is
happening. It won't even compile my stupid programs. Under the compile
tab, make link and build all are all grayed out, just like run is. I have
tried to solve the problem myself, but to no avail. I reinstalled Rhide,
but that didn't help any. Does anyone know what could be the problem? Here
is a posting of the simple code that I was trying to compile:
#include <conio.h>
#include <fstream.h>
void main(void) {
clrscr();
cout<<"this is my program"<<endl;
getch();
}
- Raw text -