home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / htscreen / htscreen.doc < prev    next >
Encoding:
Text File  |  1991-01-13  |  1.4 KB  |  65 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                      Turbo Pascal 5.5   Screen Routines
  7.  
  8.  
  9.                          Written by Harald Thunem
  10.  
  11.  
  12.  
  13.  
  14. The files
  15. ─────────
  16.  
  17.   HTSCREEN.PAS -  Screen routines
  18.   HTSCREEN.TPU -  Compiled unit
  19.   HTDEMO.PAS   -  Demo program for the screen routines
  20.   HTDEMO.EXE   -  Executable program
  21.   HTSTRING.PAS -  String routines
  22.   HTSTRING.TPU -  Compiled unit
  23.   KEYBOARD.PAS -  Keyboard routines
  24.   KEYBOARD.TPU -  Compiled unit
  25.  
  26.  
  27. What is this
  28. ────────────
  29.  
  30.   These are some screen routines for Turbo Pascal 5.5 programmers.
  31.   I got the idea from Eagle Performance Software's QWIK routines,
  32.   but since I hate spending money on software, I wrote my own.
  33.  
  34.   These routines are not as fast as the QWIK routines, but they are
  35.   FREE !!!!!!!!!!!!!!!!!
  36.  
  37.   The usage of the routines should be obvious, but I've included
  38.   a demo program for idiot programmers (he-he).
  39.  
  40.   If you need an explanation to the routines, you can download the
  41.   QWIK routines and look at the documentation for them.
  42.  
  43.  
  44. Bugs
  45. ────
  46.  
  47.   Setting the cursor size to CursorOff for videomode $07 (MDA,EGA)
  48.   is done by moving the cursor to position 81,1 (not on the screen).
  49.   It could be done better.
  50.  
  51.  
  52. Comments
  53. ────────
  54.  
  55.   If you have any comments :
  56.  
  57.   Harald Thunem
  58.   Inst. for Fysikalsk Kjemi
  59.   7034 Trondheim - NTH
  60.   Norway
  61.  
  62.   e-mail : thunem@kjemi.unit.no
  63.  
  64.  
  65.