Path: utzoo!attcan!uunet!snorkelwacker!usc!samsung!munnari.oz.au!mullian.ee.mu.OZ.AU!iand From: iand@mullian.ee.mu.OZ.AU (Ian Robert DOBSON) Newsgroups: comp.sys.mac.programmer Subject: Re: THINK C Suggestions Message-ID: <5746@munnari.oz.au> Date: 12 Oct 90 04:05:23 GMT Sender: news@cs.mu.oz.au Reply-To: iand@mullian.ee.mu.OZ.AU (Ian Robert DOBSON) Organization: Dept. of Electrical Engineering, University of Melbourne Lines: 15 One thing that's always annoyed me when using THINK C is the manner in which errors are reported. If a source file has a number of compile-time errors, the compilation process must be performed several times as a single error will stop compilation without checking the rest of the file. A much better system would be to report all errors in, say, an Errors window BEFORE ABORTING the compilation. This would save much time when, as is often the case, a large header file is included and a large chunk of code compiled before the buggy function is reached. All of this compilation time must be performed for each error. Ian R. Dobson Department of Electrical Engineering University of Melbourne iand@mullian.ee.mu.oz.AU