X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Newsgroups: comp.os.msdos.djgpp Subject: Re: Is there an IDE for DJ but RHIDE? From: Sean L References: <20040224183239 DOT 86719 DOT qmail AT web60904 DOT mail DOT yahoo DOT com> Message-ID: User-Agent: Xnews/5.04.25 Lines: 30 NNTP-Posting-Host: 67.160.183.88 X-Complaints-To: abuse AT comcast DOT net X-Trace: attbi_s51 1078980711 67.160.183.88 (Thu, 11 Mar 2004 04:51:51 GMT) NNTP-Posting-Date: Thu, 11 Mar 2004 04:51:51 GMT Organization: Comcast Online Date: Thu, 11 Mar 2004 04:51:52 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thomas Tutone wrote in news:20040224183239 DOT 86719 DOT qmail AT web60904 DOT mail DOT yahoo DOT com: > Sorry for asking the same question twice, but I > really want to find a > *graphical* IDE for developing with DJ on Windows. > Last time I got no > answers. I have a graphical IDE that works fine with DJGPP in windows, called WinGCC. It was written a few years ago by a fellow who went to my high school. It's written in visual basic, and it's "Feature-lite" ;) That is, it basically has a notepad-like editor with multispace tabbing, and it has a "Compile" button that lets you compile it without needing to enter commands at the command line. The text editing itself is crappy, but it compiles perfectly well with no problems at all. You could use another text editor, like one with color highlighting, smart tabbing, and all those cool features, and use this to compile it, but that would be a pain with the switching back and forth between them if you're compiling often. It's not available on the internet, though, and it's too big for me to send you. This does show that it could be done, though. I wish I knew visual basic myself, then maybe I could interpret the code to figure out how exactly it works, since I've been trying to get DJGPP to compile from another IDE, and running into problems.