From: "Oliver Roese" Newsgroups: comp.os.msdos.djgpp References: <81fqjq$3pfk$1 AT newssvr03-int DOT news DOT prodigy DOT com> Subject: Re: Windows IDE that works with djgpp? Date: Wed, 24 Nov 1999 11:37:51 +0100 Lines: 27 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 NNTP-Posting-Host: pm1-109.xnc.de Message-ID: <383c575a@news.xenologics.com> X-Trace: 24 Nov 1999 22:23:38 +0100, pm1-109.xnc.de Organization: .XNC GmbH To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Raj schrieb in im Newsbeitrag: 81fqjq$3pfk$1 AT newssvr03-int DOT news DOT prodigy DOT com... > I'm trying to find a windows IDE that interfaces with djgpp to allow me to > compile/run from within it. Basically, everything that RHIDE is but in > windows. Does such a thing exist? I though perhaps some type of windows > emacs port, but are these actual windows programs or dos based like RHIDE? > And can they work with djgpp? > If you want tight integration with djgpp, there is nothing except RHIDE. (At least i think so.) But if you are willing to write makefiles check out "JFE" from http://home.t-online.de/home/Jens.Altmann/jfe.htm It is a free editor for programmers. The author says "it has some features", but it is a full fledged editor with many features that really work. The main advantage of it is, that it can handle error messages of several compilers including gcc. It redirects them into a neat window, you click on a line and the erroneous file opens at the right place. It is the only free editor i am aware of, that can do that for you, except emacs. Oliver