Date: Fri, 30 Dec 88 17:26:17 SET From: RECK%DBNUAMA1.BITNET@cunyvm.cuny.edu Subject: Queen's Kermit 3.1 undet TurboPascal 5.0 Keywords: TurboPascal Kermit Just a trivial note on the latest Queen's Kermit: It compiles just prettily under TurboPascal 5.0 (as it did under 4.0). Just the compiler directive "T-" at the beginning of QK3KER.PAS (or KERMIT.PAS) has to be removed, since it doesn't exist any more. And another non-issue: in unit QK3SAS.PAS/SETSHOW.PAS, there is still a reference to the unit TEK4010; this file has been replaced by TEK4100, and so should the reference. Also, I'm sending you the file QK3MKO.BAT, which automates the generation of the OBJ files needed for the recompilation of Queen's Kermit. \Gisbert ------------------------------ Date: Fri, 30 Dec 88 17:26:50 SET From: RECK%DBNUAMA1.BITNET@cunyvm.cuny.edu Subject: Utility for recompiling Queen's Kermit 3.1 Rem Produce the whole lot of OBJ files needed for QK-Kermit 3.1 Rem recompilation. Rem Call from within the directory where all the QK sources are. Rem The Borland-supplied .CHR and .BGI files must be in the same Rem directory or accessible via an APPEND or some such thing. binobj goth.chr goth GothicFontProc binobj sans.chr sans SansSerifFontProc binobj litt.chr litt SmallFontProc binobj trip.chr trip TriplexFontProc binobj att.bgi att ATTDriverProc binobj cga.bgi cga CgaDriverProc binobj egavga.bgi egavga EgaVgaDriverProc binobj herc.bgi herc HercDriverProc binobj pc3270.bgi pc3270 PC3270DriverProc ------------------------------ From Victor Lee, 1 Mar 89: Graphmode incorrectly set for VGA. In the TEK4100 procedure change the line which reads VGA : Graphmode := VGALo ; to VGA : Graphmode := VGAHi ; ------------------------------