home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 286_02 / readme.1st < prev    next >
Text File  |  1989-05-25  |  2KB  |  62 lines

  1. GRAD graphics library can only be executed on IBM PC/XT/AT or compatible 
  2. machines and it requires Microsoft C version 4.0 or Turbo C version 1.0
  3. and the programs must be compiled in small model.
  4.  
  5. You may get the latest version of GRAD library including the source of the 
  6. sample programs and executable version of the programs for HGA or CGA and
  7. EPSON FX-80 or OKIDATA ML192 by sending $15 to the address below.
  8.  
  9.         Mr. Conrad Kwok
  10.         9228 Vancouver Dr.
  11.         Sacramento CA 95826
  12.  
  13. Source listings and programmer's reference manual (including hints on porting 
  14. to other machines) are available by sending a contribution of $60 or more. The 
  15. source file contains 3218 lines of C codes and 2760 lines of 8088 assembly 
  16. codes. C equivalent routines of some of the assembly routines are included 
  17. with the source listing to facilitate understanding of the assembly routine 
  18. and porting to other machines.
  19.  
  20. You may type the following commands to extract the files from the archive 
  21. files. (README.DOC exists in both GRAD12MS.ARC and GRADINTR.ARC but they are 
  22. the same) Note : the sequence is important.
  23.  
  24.         pkxarc gradintr
  25.         pkxarc /r grad12ms
  26.         pkxarc graduser
  27.         pkxarc gradfon
  28.  
  29. If you use Turbo C version 1.0, you should extract the files from GRAD12TS.ARC 
  30. also.
  31.         pkxarc /r grad12ts
  32.  
  33. You should extract files from archive files inside GRAD12MS and GRAD12TS 
  34. only when the documentation instructs you to do so.
  35.  
  36. To extract the files inside a archive file, type
  37.  
  38.         pkxarc filename
  39.  
  40. Executable files of the sample programs for different display adapter and 
  41. printer driver is available by sending $10 to the address below:
  42.  
  43.         Mr. Conrad Kwok
  44.         9228 Vancouver Dr.
  45.         Sacramento, CA 95826
  46.  
  47. Please specify the display adapter you have (either CGA or HGA) and the 
  48. printer driver required (either EPSON FX-80 or OKIDATA ML192).
  49.  
  50. Now, you should read the files in GRADINTR.ARC first.
  51.  
  52. For Microsoft C user, you should read
  53.         read.me
  54.         install.doc
  55.         graduser.doc
  56.  
  57. For Turbo C user, you should read
  58.         read.me
  59.         tc-inst.doc
  60.         tc-user.upd
  61.         graduser.doc
  62.