Read Me for Turbo Vision 2.0.  

Phar Lap Software, 1 August 1994

286|DOS-Extender supports two different versions of the Turbo Vision
library.  The original version, "Version 1.0", was part of the
"Application Framework" package sold by Borland.  The Application
Framework was also bundled with (at least) Borland C++ 3.1.  If you
have version 1.0, look in ../TV.

The second release of Turbo Vision is part of the Borland Power Pak
for DOS.  If you have Turbo Vision Version 2.0, then these notes
apply to you.

How to build
------------
All of the Turbo Vision example programs were compiled using Phar Lap's
compiler-driver, BCC286.  For example, to compile the HELLO sample program,

	C> bcc286 hello.cpp pltv.obj tv.lib

Or, to compile the TVEDIT program,
	C> bcc286 -etvedit tvedit1 tvedit2 tvedit3 pltv.obj tv.lib

PLTV.OBJ
--------
You must link in PLTV.OBJ in order to build TV2 files with 286|DOS-Extender.
The source and object files (compiled with Borland C++, version 4.02)
are provided.

Changes to TV.LIB
-----------------
No changes are made to TV.LIB or its source code for this release.
