From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: -wall messages Date: Thu, 09 Mar 2000 23:00:02 +0000 Organization: Customer of Planet Online Lines: 16 Message-ID: <568gcsslfsi6v3urkpue98mdrndj85fuvr@4ax.com> References: <1B04E3E8A3E99978 DOT 0AA67B6C38AFD998 DOT 3BC818F6DB8E9388 AT lp DOT airnews DOT net> <8a2nol$73j$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> NNTP-Posting-Host: modem-104.silicon.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news5.svr.pol.co.uk 952556981 5165 62.136.13.104 (8 Mar 2000 23:09:41 GMT) NNTP-Posting-Date: 8 Mar 2000 23:09:41 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 Rodeo Red wrote: > Here is my command line- %f is an Ultra-edit symbol for the name of the > source file which is open. > gpp %f -o -Wall r.exe Command Line: gpp -Wall %f -o %n Working Directory: %P [ ] Check if Windows Program [*] Save all files first [*] Output to List Box [*] Capture Output This will compile your source to a .exe with the same name. A new pane is created to view warnings and errors, just double-click on an error to jump to that line.