Welcome to GraphVision version 2.01 (bugfixed) package!

GraphVision is a GUI library for Turbo/Borland Pascal, based on Turbo Vision
package.

What's new
==========
 - VESA 256 color modes support;
 - mouse cursor for all supported modes; 
 - streams in XMS;
 - big (> 64 kb) images support;
 - Windows BMP import;
 - PCX import;
 - fast screen scrolling.

List of reported bugs
=====================

   1. GraphStaticBitmap.Done doesn't free memory.  Fixed.
   2. Push button's hot keys take no effect.  Fixed.
   3. SetExclusiveArea procedure doesn't work properly. Fixed.
   4. Some mouse drivers destroy videoregisters' values
      and it causes garbage on the screen. Fixed.
   5. MouseHardInt procedure doesn't restore Graphics Address
      register value.  Fixed.
   6. Screen scrolling sometimes crashes the program. Fixed.
   7. A couple of little bugs in Geditors.pas were fixed.
   8. TXmsStream.Truncate method doesn't work properly. Fixed.

Please send your bug reports to:   serg@em-isrir.msk.su  or
                                   serg@riis.ru


How to start with GraphVision
=============================
You need to do some additional but simple actions before start with
GraphVision:
1. Add the GraphVision unit directory name to the list of unit directories.
   Do the following for it:
   - Edit the config file for command line compiler. There is a line like
     /UC:\BP\UNIT  in TPC.CFG file. Just include the GraphVision unit direcory
     name into this line, and then save the file:
     /UC:\GV2\UNITS;C:\BP\UNIT
   - Do the same for BPC.CFG, if you have BP7.
   - start the TURBO.EXE IDE. Select the menu options: Options->Directories.
     Choose the "Unit Directories" input line and include the Graphision
     unit directory name there. Then select the menu options:
     Options->Save TURBO.TP.
   - Do the same for BP.EXE IDE, if you have BP7.
2. Copy the STANDARD.RSC file into your work directory, the GraphVision DEMO
   directory for examlpe.
3. Because both Turbo Vision and GraphVision have their own versions of
   MSGBOX unit, it may cause problem with compilation. The compiler will
   link that module which will be found first. To avoid this problem,
   just copy the appropriate unit files to your work directories.


Now go to the DEMO directory, compile the GVDEMO.PAS program and run it.
Enjoy!


Regards,
Sergey E. Levov
