Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site utcsri.UUCP Path: utzoo!utcsri!tarvydas From: tarvydas@utcsri.UUCP (Paul Tarvydas) Newsgroups: net.sources.bugs Subject: Software Tools in Turbo Pascal - bugs Message-ID: <3158@utcsri.UUCP> Date: Thu, 24-Jul-86 10:48:42 EDT Article-I.D.: utcsri.3158 Posted: Thu Jul 24 10:48:42 1986 Date-Received: Thu, 24-Jul-86 11:29:44 EDT Distribution: net Organization: CSRI, University of Toronto Lines: 22 When compiling this stuff on msdos, at least, it helps to make these changes: a) TOOLU.PAS: Getkbd if (kbdn=-2) then begin readln; <---- comment this line out kbdn:=0 end The symptom, prior to making this fix, is that edit gets an eof from the keyboard routine, no matter what you've typed in. b) TOOLU.PAS: Strname change "strname := '.PAS';" to "strname := '';" The symptom is that all files are assumed to be .PAS files and you can't edit any other type of file. Paul Tarvydas Tarvydas-Sanford Controls Inc.