From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: rhide problem Date: Mon, 03 Jun 2002 19:26:44 +1000 Organization: ihug ( New Zealand ) Lines: 21 Message-ID: References: NNTP-Posting-Host: p34-tnt4.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1023096409 14613 203.173.134.34 (3 Jun 2002 09:26:49 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Mon, 3 Jun 2002 09:26:49 +0000 (UTC) X-Newsreader: Forte Agent 1.91/32.564 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >I am trying to use djgpp i downloaded since a few hours, and when i run the >following program using rhide, with ctrl+F9, screen go black, and i am >forced to press ctrl+enter to windowize rhide to close the window (and in >the window, the cursor blink). That problem does'nt appear if i work in >windowed mode, but i do not like it. Long time ago, saying 4 mons, rhide >worked - nearly - perfectly... > >What do i can do ? What OS are you using? Have you tried the Rhide 1.5.0 snapshot available from www.rhide.com . If you are using W9x then the problem should not exist, if you are using W2K or XP then at this point in time there is no work arround for the problem. >Do emacs is better to make DOS C programs ? I have it, and it seems to be a >little complex, but i can learn... is it better ? Emacs is an editor. If you use emacs then you will need to write your own makefile and use GDB for the debugger. If you are still learning then I would suggest you give emacs/make a try and compare it with Rhide. I am a Rhide fan, but it is a IDE and not an editor. Andrew