From: "David Krmpotic" Newsgroups: comp.os.msdos.djgpp Subject: newbie Date: Sun, 28 Jan 2001 22:40:45 +0100 Organization: ARNES Lines: 20 Message-ID: <952496$kks$1@planja.arnes.si> NNTP-Posting-Host: mb6-4a.dial-up.arnes.si X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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? 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] what I'm doing wrong? thanx david