home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 325_02 / mustread.ist < prev    next >
Text File  |  1990-03-28  |  3KB  |  80 lines

  1.     1. Progrmas using routines in this grphics library must be
  2.        run on PC with a 80386 processor and MSDOS.
  3.  
  4.     2. Extended modes of VGA work on my VGA which uses Trident chip.
  5.        On standard VGAs only standard modes 0x10, 0x12 will work.
  6.        On some VGAs mode with 800 by 600 resolution will work, mode no.
  7.        as accepted by BIOS of that VGA must be changed in GRPH.H
  8.  
  9.     3. Modes with 320 by 200 resolution and 256 colours may not work on
  10.        standard VGAs because routines program extended registers of VGA.
  11.  
  12.     4. Other 256 colour modes, and 1024x768 resolution mode require
  13.        512K of VGA memory.
  14.  
  15.     5. Copy all files in a directory on hard disk. sample batch files
  16.        to compile and link will need to be changed for your PC environment.
  17.  
  18.     6. While in stroked font Editor, click on character in right matrix to
  19.        edit, this character will appear in enlarged left matrix. In this
  20.        matrix, press right button while cursor is in one box, and while
  21.        keeping button pressed, move to the other box, then release button.
  22.        If there was a line connecting thses two boxes, then it will be
  23.        erased, otherwise a line be drawn.
  24.  
  25.        Make copy of "sdflt.fnt" to experiment.
  26.  
  27.  
  28.     7. Microsoft library is for Huge model programs only, while Zortech
  29.        one is for Large model programs only.
  30.  
  31.     8. Files on disks
  32.  
  33.        Volume in drive B is DISK1
  34.        Directory of  B:\
  35.  
  36.        DEMO     EXE     program which tests most of the routines
  37.        B112         Image file for animation, 16 colour modes
  38.        B212
  39.        B312
  40.        B412
  41.        B113         Image files for 256 colour modes.
  42.        B213
  43.        B313
  44.        B413
  45.        V8X16    FNT     16 points Bit-mapped font
  46.        V8X8     FNT     8 points  Bit-mapped font
  47.        SDFLT    FNT     stroked font
  48.        INTRTXT1 DAT     data files to display introductory text
  49.        INTRTXT2 DAT     same for 320 by 200 mode.
  50.  
  51.        Volume in drive B is DISK2
  52.        Directory of  B:\
  53.  
  54.        ZVIDH    LIB     library for Zortech C++/C version 2.00
  55.        ZCMPL    BAT     sample batch file to compile in Zortech C/C++
  56.        MLINK    BAT     sample batch file to link in Microsoft C 5.0
  57.        MVIDH    LIB     library for Microsoft C version 5.0 or above
  58.        MCMPL    BAT     sample batch file compile for Microsoft C
  59.        FUNCTION DOC     Documentation of all functions
  60.        SPACE    C        sample source
  61.        DEMO     C
  62.        DEMO1    C
  63.        ZLINK    BAT     sample batch file to link for zortech c/c++
  64.        SFED     EXE     stroked font editor
  65.        DEMOL    BAT     batch file to link source
  66.        GRPH     H        Header files to include for Microsoft C
  67.        OPS2D    H
  68.        FONT     H
  69.        SOUND    H
  70.        PATTERN  H
  71.        ZGRPH    H        Header files to include for Zortech c/c++
  72.        ZOPS2D   H        (must be renamed by removing first character Z)
  73.        ZPATTERN H
  74.        ZFONT    H
  75.        B1        C        source to generate 4 image files
  76.        B2        C
  77.        B3        C
  78.        B4        C
  79.        MUSTREAD IST
  80.