home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / tiff_11b.zip / README.TXT < prev    next >
Text File  |  1993-01-08  |  2KB  |  38 lines

  1. -------- WHATS NEW IN TIF256 GRAPHICS LIBRARY EXTENSION V1.0b ---------
  2.  
  3. The library files distributed for version 1.0b are exactly the same ones
  4. distributed for version 1.0.  The difference is that the TIF_DEMO.C,
  5. TIF_DEMO.EXE, and TIF_DATA.EXE files reflect changes in the VSA256 Graphics 
  6. Library V1.1b from which they are built.
  7.  
  8. -------------- WHATS NEW IN VSA256 GRAPHICS LIBRARY V1.1b -------------
  9.  
  10. 1.) Corrected a bug which caused it to improperly write to graphics memory
  11.     (ie. not work) on Paradise cards (and any card which provides window 
  12.     resolution not equal to 64k).  All the data used to pile up at the top 
  13.     part of the screen.  Now it works correctly.
  14.  
  15. 2.) Put in detection for VESA BIOS EXTENSION TSRs which do not support
  16.     Text I/O in SVGA modes.  In these cases (such as ATI driver) Graphics 
  17.     will still work but vsa_set_text_cursor, vsa_write_char, 
  18.     vsa_write_string, and vsa_write_string_alt now will do nothing (instead 
  19.     of trying to write and thus mucking up the display). 
  20.  
  21. 3.) Put in better exception handling to detect no VESA BIOS loaded, un-
  22.     supported video modes, etc.
  23.  
  24. --------------------------- Trouble Shooting --------------------------
  25.     
  26. 1.) If Text seems to be readable but goes in wrong locations on screen,
  27.     try manually changing the YCharResolution and YCharSize parameters
  28.     after running vsa_init.  Some of the older VESA BIOS TSRs report the
  29.     wrong YCharsize value (ie. 8 pixels when really 16 ... Trident in 
  30.     mode 103  ... Paradise )
  31.  
  32. 2.) Remember that programs which use the TIF256 Graphics Library Extension 
  33.     must be built with the LARGE memory model during compilation.
  34.  
  35. 3.) You should specify a stack size of about 10,000 bytes for this stuff
  36.     to work.  (Otherwise you'll get "Stack Overflow").
  37.     
  38.