home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 007A / SVGACC24.ZIP / README.1ST < prev    next >
Text File  |  1996-01-30  |  9KB  |  205 lines

  1. *****************************************************************************
  2. SVGACC  A Super VGA Graphics Library For Use With MS compatible C compilers
  3. Copyright (c) 1993-1996 By Stephen L. Balkum and Daniel A. Sill 
  4. *****************************************************************************
  5.  
  6. *****************************************************************************
  7. INTRODUCTION
  8. *****************************************************************************
  9.  
  10.     SVGACC is a Super VGA graphics library designed for use with real mode
  11. Microsoft compatible C/C++ compilers.  It is written in 100% assembly
  12. language for the best possible speed.  It provides the C/C++ programmer
  13. with an easy interface to the high resolution/high color video modes of the
  14. newer SVGA video cards.  Because there is no "standard" for VGA video cards
  15. above the 320x200x256 resolution, each video card manufacturer has
  16. implemented a slightly different method to access these high resolution/high
  17. color video modes.  This graphics library will automatically identify the
  18. video card and its installed memory.  This way, the programmer may write
  19. graphics programs that will work on most any SVGA card without writing
  20. specific versions for each individual SVGA card.  Over 100 subroutines and
  21. functions are provided.
  22.  
  23.  
  24. *****************************************************************************
  25. SYSTEM REQUIREMENTS
  26. *****************************************************************************
  27.         
  28.     This SVGA graphics library requires a 386sx or better processor (to
  29. take advantage of 32 bit instructions) as well as one of the following Super 
  30. VGA video card brands/chip sets:
  31.         
  32.         Acumos SuperVGAs
  33.         Avance Logic SuperVGAs
  34.         ATI Technologies SuperVGAs
  35.         Ahead SuperVGAs
  36.         Chips and Technologies SuperVGAs
  37.         Cirrus Logic SuperVGAs
  38.         Everex Micro Enhancer SuperVGAs
  39.         Genoa SuperVGAs
  40.         Mxic SuperVGAs
  41.         NCR SuperVGAs
  42.         Oak Technologies SuperVGAs
  43.         Realtek SuperVGAs
  44.         Paradise/Western Digital SuperVGAs
  45.         Primus SuperVGAs
  46.         Trident SuperVGAs
  47.         Tseng Labs SuperVGAs
  48.         Video 7 SuperVGAs
  49.         All VESA compatible SuperVGAs (version 1.00 and greater)
  50.  
  51.     The maximum resolution is dependent on the video card, its
  52. installed memory, and the video monitor.  Most VGA video cards support the 
  53. 320x200x256 and 640x400x256 video modes.  512k of video memory is required 
  54. to support the 640x480x256 and 800x600x256 video modes.  1 meg of video
  55. memory is required to support the 1024x768x256 video mode.  2 meg of video 
  56. memory is required to support the 1280x1024x256 video mode.
  57.     Also, video card manufactures are starting to provide VESA drivers
  58. for their video cards.  Contact the technical service department of your 
  59. video card manufacturer and see if they have a VESA driver or updated
  60. BIOS available for your video card.
  61.  
  62. Notes:
  63. 1) Unfortunately, we currently cannot detect more than 1 Meg of video
  64. memory on ATI SuperVGAs.  We suggest users of 2 Meg ATI cards use the VESA
  65. driver with the pan option enabled (vvesa.com pan).  Any suggestions in this
  66. area are appreciated. 
  67.  
  68. 2) We have had several reports of buggy VESA had problems in the 800x600
  69. modes and some S3 based Number 9 cards do not support paging in correctly in
  70. all modes.  If the library identifies your video card as a "VESA compatible"
  71. and something does not work correctly, contact the manufacturer and see if
  72. they have a BIOS update available
  73.  
  74. *****************************************************************************
  75. WHAT IS NOT INCLUDED
  76. *****************************************************************************
  77.     The following functions are not included with the shareware version. 
  78. Please note that we feel that these functions are not nessessary for the 
  79. evaluation of the library but do provide some incentive to register.
  80.  
  81.     fillconvexpoly
  82.     fillpoly
  83.     pcxmake
  84.     xmsallocate
  85.     xmsblkget
  86.     xmsblkput
  87.     xmscopy
  88.     xmserror
  89.     xmsfree
  90.     xmsget
  91.     xmsput
  92.     xmsscreenget
  93.     xmsscreenput
  94.     
  95.  
  96. *****************************************************************************
  97. LEGAL STUFF
  98. *****************************************************************************
  99.  
  100. NO WARRANTY / NO LIABILITIES:
  101.     Stephen L. Balkum, Daniel A. Sill, and Zephyr Software provide no
  102. warranties, either expressed or implied, of merchantability, or fitness, 
  103. for a particular use or purpose of this SOFTWARE and documentation.      
  104.     In no event shall Stephen L. Balkum, Daniel A. Sill, and Zephyr
  105. Software be held liable for any damages resulting from the use of, misuse of, 
  106. or inability to use, the SOFTWARE and documentation.
  107.  
  108.  
  109. COPYRIGHT:
  110.     This SOFTWARE is owned by Stephen L. Balkum, Daniel A. Sill and is
  111. protected by both United States copyright laws, and international treaty 
  112. provisions. 
  113.  
  114.  
  115. U.S. GOVERNMENT RESTRICTED RIGHTS:
  116.     Use, duplication, or disclosure of the SOFTWARE and documentation
  117. by the U.S. Government is subject to the restrictions as set forth in 
  118. subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer 
  119. Software clause at DFARS 252.227-7013. Contractor/manufacturer is Stephen 
  120. L. Balkum and Daniel A. Sill P.O. Box 7704, Austin, Texas 78713-7704
  121.  
  122.  
  123. OTHER RESTRICTIONS:
  124.     You may not rent, or lease, this SOFTWARE or documentation. You
  125. may not network this SOFTWARE or documentation.  You may not disassemble
  126. or reverse engineer this SOFTWARE.  THIS SOFTWARE IS FOR EVALUATION ONLY.
  127. YOU ABSOLUTELY MAY NOT SELL, RENT, LEASE, GIVE AWAY ANY PROGRAMS WRITTEN 
  128. USING THE SHAREWARE VERSION OF THIS SUPER VGA GRAPHICS LIBRARY.  ANYONE 
  129. FOUND DOING SO WILL BE PROSECUTED.
  130.  
  131.  
  132. *****************************************************************************
  133. REGISTRATION, UPGRADES, BUG REPORTS, ETC.
  134. *****************************************************************************
  135.  
  136. REGISTRATION:
  137.     If, after evaluating this software, you would like to register it,
  138. the price is $35.00 for the first copy and $5 for each additional copy or
  139. upgrade (including alternate DOS versions).  With registration you will 
  140. receive the registered version of the SVGACC graphics library and the
  141. following bonuses:
  142.  
  143.     * Additional features such a PCX encoding, XMS support and the
  144.       polygon fill routines.
  145.     * MS Word 2.0 Documentation (includes drawings, table of contents,
  146.       index, ready to print).
  147.     * A font editor (mouse/keyboard driven with source and samples)
  148.       that will allow you to create custom fonts (from 4x4 to 8x16)
  149.       as well as font object files that can be linked with your program.
  150.     * A mouse cursor editor (mouse/keyboard driven with source and
  151.       samples) that will allow you to create custom mouse cursors as
  152.       well as mouse cursor object files that can be linked with your
  153.       program.
  154.     * Limited telephone technical support (evenings only, we will be
  155.       glad to help you with the use of our library, but we cannot debug
  156.       your code.)
  157.     * Discounts on upgrades and alternate DOS versions (such as the MS
  158.       QuickBasic version, the MS PDS/VBDOS version and the PB PowerBASIC
  159.       version.
  160.  
  161. Please see the files 'ORDER.FRM' and 'CHARGEIT.FRM' for complete ordering
  162.     information.
  163.  
  164.  
  165. UPGRADES:
  166.     We will maintain a mailing list of registered users so we may
  167. notify you of future upgrades, discounts and products.  Should you discover
  168. that a new version exists and we have not notified you, please contact us
  169. for upgrade information and discounts.
  170.  
  171.  
  172. COMMENTS, SUGGESTION, BUG REPORTS:
  173.     We are very interested in what you think of our library, Please
  174. send all comments, suggestions, ideas, and bug reports to:
  175.  
  176.      Zephyr Software
  177.      P.O. Box 7704
  178.      Austin, Texas  78713-7704
  179.  
  180. We can also be contacted through internet:
  181.         
  182.      balkum@phoenix.phoenix.edu
  183.      sill@zeke.as.utexas.edu
  184.  
  185. Our home page on the World Wide Web is:
  186.  
  187.      http://www.phoenix.net/~balkum
  188.  
  189.  
  190. ABOUT SHAREWARE:
  191.     We are big believers in the sh