home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / cbgi111 / doc / read.me < prev   
Encoding:
Text File  |  1990-07-11  |  2.0 KB  |  62 lines

  1.   A few notes.
  2.  
  3.   This is the library (and source) I have developed in the process of writing 
  4. several BGI drivers.  It includes several example drivers and whatever other
  5. drivers I've been able to find.     I've not included an e-mail address since
  6. the one I've got won't be valid for much longer.  Feel free to use the
  7. regular mails.  
  8.  
  9.   There appears to be a bug in the fillpoly routines in the BGI kernal.  
  10. Occasionally a polygon will be outlined but not filled.  I've only seen it
  11. during the drawing of random polygons in the bgidemo so I haven't managed to
  12. pin down the circumstances yet.
  13.  
  14.   I've just started using TD 2.0.  With the new version of the debugger it
  15. is possible to symbolically debug a BGI driver.  More on this in a later 
  16. release.
  17.  
  18.   
  19.     Let me know what you think.
  20.  
  21.     Robert.
  22.  
  23. VERSIONS:
  24.  
  25.     Library            V 1.10
  26.     Driver Collections    V 1.11
  27.  
  28.  
  29. UPDATES FROM LAST RELEASE:
  30.  
  31.   A bug was reported in save/restore bitmap.  Turned out I was saving 
  32. and restoring one line too many. Fixed.
  33.   Two new drivers have been added.
  34.   A major bug was found and fixed.  The unitialised data segment was
  35. not being added to the driver.  Could have been fixed by using a 
  36. linker option but I reordered the segments to provide a more failsafe
  37. solution (one that didn't require remembering strange options).
  38.   The drivers and library have been recompiled using Turbo C++.  
  39.  
  40. Included files:
  41.  
  42. read.me        ---  This file.
  43.  
  44. cbgi.doc    ---  Documentation for the library.
  45.  
  46. cbgilib.zip    ---  Library itself, plus startup.
  47.  
  48. cbgisrc.zip    ---  Library source, source to drivers in drivers1.zip
  49.  
  50. drivers1.zip    ---  Example drivers created with this library.
  51.             1) An ATI Wonder 256 colour driver.
  52.             2) A Tecmar Graphics Master driver.
  53. NEW!            3) A Revolution 1023 x 8 256 colour driver.
  54. NEW!            4) A Data Translation DT2851 256 colour driver.
  55.  
  56. drivers2.zip    --- Other drivers I've found.  See their own documentation
  57.             for details on their use and restrictions.
  58.             1) VGA16  -- A driver for 16 colour extended
  59.                 VGA modes.
  60.  
  61.  
  62.