home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 13 / CDA13.ISO / cdactual / demobin / share / program / Pascal / BGI256.ZIP / README.DOC < prev    next >
Encoding:
Text File  |  1993-04-25  |  4.1 KB  |  114 lines

  1.  
  2. Important! You will find the following files with this 
  3. distribution release.
  4.  
  5. Version 3.00 BGI Drivers for Borland Pascal Version 7
  6. Use the appropriate driver from this list if you are 
  7. writing a program using BP7. These drivers work for 
  8. both real and protected mode operation.
  9.  
  10. BGI256.BGI   - V3.00 VESA 256 color BGI driver for BP7
  11. BGI256.OBJ   - V3.00 object file of BGI256.BGI
  12. V7BGI256.BGI - V3.00 Video Seven BGI driver for BP7
  13. V7BGI256.BGI - V3.00 object file of V7BGI256.BGI
  14. TRI256.BGI   - V3.00 Trident BGI driver for BP7
  15. TRI256.OBJ   - V3.00 object file of TRI256.BGI     
  16.  
  17.  
  18.  
  19. Version 2.00 BGI Drivers for Borland Turbo Pascal 
  20. Version 5 or 6. Use the appropriate driver from this 
  21. list if you are writing a program using TP5 or TP6. 
  22.  
  23. BGI256V2.BGI - V2.00 VESA BGI driver for TP5/6
  24. BGI256V2.BGI - V2.00 object file of BGI256.BGI     
  25. V7256V2.BGI  - V2.00 Video Seven BGI driver for TP5/6
  26. V7256V2.BGI  - V2.00 object file of V7BGI256.BGI   
  27. TRI256V2.BGI - V2.00 Trident BGI driver for TP5/6
  28. TRI256V2.BGI - V2.00 object file of TRI256.BGI     
  29.  
  30.  
  31.  
  32. The following Demo programs are also provided.
  33. Note: All demo programs were compiled using BP7 
  34. with real mode as the target. 
  35.  
  36. DEMO256.EXE  - Demo program to show some of the 
  37.                functionality of the BGI driver
  38. ANIMATE.EXE  - Animation demo program to show operation 
  39.                of animation GetPixel function.
  40. FLOODTST.EXE - Floodfill test program to show
  41.                functionality of BGI256 floodfill.
  42. FILLPR.EXE   - Another floodfill test program. 
  43. FONTEST.EXE  - Demo program showing use of user
  44.                loadable bitmapped fonts
  45. FNTIMG.DAT   - Loadable user character bitmap font
  46.                image file used by FONTEST.
  47. MAKEFONT.PAS - Program that was used to create 
  48.                the FNTIMG.DAT file.
  49.  
  50.  
  51. The following files are used to create the BGI drivers.
  52. To select whether you wish to build a V2 or V3 BGI driver, 
  53. you must set the appropriate version number equate located
  54. at the beginning of the BGI256.ASM file. To select the 
  55. BGI driver type you wish to build (VESA, V7, or Trident),
  56. you need to uncomment the appropriate include file near 
  57. the bottom of the BGI256.ASM file. Be sure to comment out 
  58. the other include files that are used to select the other
  59. driver types.
  60.  
  61. BGI256.ASM   - Assembler header file and supporting
  62.      *.INC     include files that are used to create
  63.                the BGI driver.
  64. CREATE.BAT   - Batch file used to assemble, link, 
  65.                and build the BGI driver from the 
  66.                BGI256.ASM and *.INC files. 
  67. BDH3.EXE     - Header build program used to build the 
  68.                required BGI header for the driver.
  69. COPYRITE.DAT - Copyright notice used by BDH3 to mark 
  70.                the BGI file with the notice. 
  71.  
  72.  
  73. In addition to the indicated files above, you will need 
  74. the following programs to create a BGI driver file.
  75.  
  76. TASM.EXE     - Borland's Turbo Assembler
  77. TLINK.EXE    - Borland's Turbo Linker
  78. BINOBJ.EXE   - BGI to OBJ converter for Pascal
  79. BGIOBJ.EXE   - BGI to OBJ converter for C/C++
  80.  
  81.  
  82. The following document files are provided to 
  83.  
  84. MANIFEST.DOC - This file contains a list of all the 
  85.                current files included in this distribution.
  86.  
  87. BGI256.DOC   - The master documentation file. This file
  88.                contains a description of all the new and
  89.                different commands found in the BGI256 
  90.                BGI driver and how to call them from 
  91.                Borland C,C++ or Pascal.
  92.  
  93. FLOOD.DOC    - This document describes how to use the 
  94.                enhanced floodfill function in BGI256.
  95.  
  96. BITFONT.DOC  - This document describes how to use the 
  97.                user loadable bitmapped fonts in BGI256.
  98.  
  99. ANIMATE.DOC  - This document describes how to use the 
  100.                animation enhancments in BGI256.
  101.  
  102. CREATE.DOC   - This document describes how to use CREATE.BAT 
  103.                to create your own custom BGI256 driver.
  104.  
  105. BUGS.DOC     - What's different about the various versions.
  106.  
  107. LICENSE.DOC  - License information and order form
  108. ORDER.DOC      to register BGI256 for future updates.
  109.  
  110.  
  111.  
  112. <eof>
  113.  
  114.