home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c / qk3ker.bwr < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Date: Fri, 30 Dec 88 17:26:17 SET
  2. From: RECK%DBNUAMA1.BITNET@cunyvm.cuny.edu
  3. Subject: Queen's Kermit 3.1 undet TurboPascal 5.0
  4. Keywords: TurboPascal Kermit
  5.  
  6.                   Just a trivial note on the latest Queen's Kermit:
  7. It compiles just prettily under TurboPascal 5.0 (as it did under 4.0).
  8. Just the compiler directive "T-" at the beginning of QK3KER.PAS (or
  9. KERMIT.PAS) has to be removed, since it doesn't exist any more.
  10.  
  11. And another non-issue: in unit QK3SAS.PAS/SETSHOW.PAS, there is still a
  12. reference to the unit TEK4010; this file has been replaced by TEK4100,
  13. and so should the reference.
  14.  
  15. Also, I'm sending you the file QK3MKO.BAT, which automates the generation
  16. of the OBJ files needed for the recompilation of Queen's Kermit.
  17.  
  18. \Gisbert
  19.  
  20. ------------------------------
  21.  
  22. Date: Fri, 30 Dec 88 17:26:50 SET
  23. From: RECK%DBNUAMA1.BITNET@cunyvm.cuny.edu
  24. Subject: Utility for recompiling Queen's Kermit 3.1
  25.  
  26. Rem    Produce the whole lot of OBJ files needed for QK-Kermit 3.1
  27. Rem    recompilation.
  28. Rem    Call from within the directory where all the QK sources are.
  29. Rem    The Borland-supplied .CHR and .BGI files must be in the same
  30. Rem    directory or accessible via an APPEND or some such thing.
  31. binobj goth.chr goth GothicFontProc
  32. binobj sans.chr sans SansSerifFontProc
  33. binobj litt.chr litt SmallFontProc
  34. binobj trip.chr trip TriplexFontProc
  35. binobj att.bgi att ATTDriverProc
  36. binobj cga.bgi cga CgaDriverProc
  37. binobj egavga.bgi egavga EgaVgaDriverProc
  38. binobj herc.bgi herc HercDriverProc
  39. binobj pc3270.bgi pc3270 PC3270DriverProc
  40.  
  41. ------------------------------
  42.  
  43. From Victor Lee, 1 Mar 89:
  44.  
  45. Graphmode incorrectly set for VGA.
  46. In the TEK4100 procedure change the line which reads
  47.  
  48.    VGA : Graphmode := VGALo ;
  49. to
  50.    VGA : Graphmode := VGAHi ;
  51.  
  52. ------------------------------
  53.  
  54.