Xref: news2.mv.net comp.os.msdos.djgpp:3024 From: jb3207 AT eclipse DOT co DOT uk (Jason Barstow) Newsgroups: comp.os.msdos.djgpp Subject: Re: Error messages and warnings... Date: Sun, 21 Apr 1996 19:00:36 GMT Organization: Jabber Interactive Lines: 25 Message-ID: <4le0mq$64s@pub.news.uk.psi.net> References: Reply-To: jb3207 AT eclipse DOT co DOT uk NNTP-Posting-Host: ds1-p4.eclipse.co.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Eli Zaretskii wrote: >On 14 Apr 1996, Paul Derbyshire wrote: >> >> Tom Sgouros (tomss AT ids DOT net) writes: >> > Can anyone tell me how to record the voluminous error messages that the >> > code I am working on generates? (I am porting a big program that was >> >The best alternative I know is to compile from an editor that catches the >error messages in a buffer (by properly redirecting stderr, If you use Win95 and want to do this consider Textpad. With this I hotkey to compile and then step forwards/backwards through the errors; the correct file comes up with the cursor at the right line and the error message in a status box at the bottom - cool. I also wrote a small prog for Textpad that takes the word that the cursor is currently on and does a search in info for that word - outputs to a file and opens it in Textpad! Jason.