From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: newbie Date: Mon, 29 Jan 2001 00:45:24 +0000 Organization: Customer of Energis Squared Lines: 23 Message-ID: <7je97t0t7eggari8g28ikpbms86vnpkq3k@4ax.com> References: <952496$kks$1 AT planja DOT arnes DOT si> NNTP-Posting-Host: modem-43.magnesium.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsg1.svr.pol.co.uk 980729134 16632 62.136.11.43 (29 Jan 2001 00:45:34 GMT) NNTP-Posting-Date: 29 Jan 2001 00:45:34 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "David Krmpotic" wrote: > I'm new to DJGPP so I need some help.. > > what's the best way to see the compiler output (errors) if the screen > scrolls. Is using redir.exe the only way? is there any switch to pause the > output on each 25 lines? There are various solutions suggestions in the FAQ section 6.15. (it sounds like you already read this, but did you see the note about redir on NT?) You can also type `mode 80,50' to switch to 50 line mode if it helps. > when I try to use redir -e on my program which crashes, I don't get > traceback frames (or whatever) in desired text file like said in FAQ. > instead of this I get windows error message which goes something like this: > > Redir: This program has performed an illegal operation and will be > terminated. Restart computer. [OK] Ouch. What happens if you just type `redir'? - it should print copyright and usage message for DJGPP redir v2.1.