home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / prog1 / tchk21.doc < prev    next >
Text File  |  1989-07-22  |  2KB  |  40 lines

  1. TCHK (v2.10) by Howard Kapustein                 REGISTRATION ($20.00)
  2.   Distributed as TCHK21.SDN, TCHK21EX.SDN, TCHK21NG.SDN
  3.  
  4. TCHK is a Turboc C library compiled with Turbo C 2.0 sporting over
  5. 350 functions. Some of these functions are:
  6.  
  7. - litebar and popup style menus            - mouse info and control
  8. - keyboard input and video output/control  - DOS disk and file functions
  9. - date, time and string manipulations      - math and financial functions
  10. - hardware and software identification     - printer control functions
  11. - multi-tasking functions                  - joystick functions
  12.  
  13. TCHK  sports  many  useful  features  not  found  in  other  shareware
  14. packages.  Aside from  many input and  output routines, TCHK  provides
  15. many functions dealing  with dates, time,  strings, popup and  litebar
  16. menus, DESQview support, and much more.
  17.  
  18. Many  of  the  functions  requiring  output  as  a  side  effect (most
  19. noticeably the keyboard  and menu functions)  make use of  some of the
  20. output  routines  prototyped  in  VIDEO.H  or  some of the console i/o
  21. functions by Borland (i.e. cputs(), putch(), etc.).  If you use almost
  22. any of the  keyboard routines, also  expect some video  routines to be
  23. linked into  your program.   This is  true of  some other functions as
  24. well (the popup menus  use Borland's gettext() and  cputs() routines.)
  25. If you really want to change the library, you can always purchase  the
  26. source code...
  27.  
  28. Hardware Requirements:  Except where  explicitly stated,  all of these
  29. functions  have  been  compiled  and  tested  on  the  authors system.
  30. Hardware  includes  -  IBM  PC  -  640K  memory - (CGA) Color Graphics
  31. Adapter - DOS 3.2  - AST SixPakPremium w/1  MB EEMS (REMM.SYS 3.1  and
  32. 4.3) - Microsoft Mouse (MOUSE.COM 6.24) - IBM Proprinter XL - NEC  V20
  33. cpu - PC  Sprint.
  34.  
  35. TCHK was compiled  from the interactive  environment of Turbo  C, with
  36. the following options  changed from the  default: Memory model:  SMALL
  37. Optimize  on:  SPEED   Full  optimization  (Register/Jump)   No  debug
  38. information Standard stack frame Off
  39.  
  40.