Installing Tec3270 Version 3.2.7
-----------------------------------------------------------

This is Tec3270 3.2.7 for Microsoft Windows 9x/ME, Windows NT,
Windows 2000, Windows XP and Windows Vista.

These installation notes can be found in docs/install.txt
in your Tec3270 distribution.

IMPORTANT NOTE: If you experience problems when installing, please
re-read this instructions and other related files (changes.txt,
readme.txt, etc) carefully before mailing us. Preferably,
try to fix the problem first and then send a patch to
us:

  mailto://tec3270@inttec.com.br

Please report bugs using the same address above.


Unarchiving
============================================================

A compressed file, using zip compression, is provided 
(Tec3270_Vxyz.zip, where xyz is the version number). 
On doing its uncompression, be sure that "Use folder names" 
or equivalent, depending upon the product used, is selected.

Extract all files to any path desired, where will be created the
Tec3270 subdirectories with their specific files.


Compilation
===========

The following sections explain how to compile Tec3270 with each 
supported compiler. Due to the reasons already explained, this
Tec3270 version can only be compiled using Borland C++ 5.0

Starting on first release of version 4 several compilers will be
permitted to compile Tec3270 as it will be based on an platform
independent framework.

All files and project are located in its corresponding directory,
Tec3270, including the project files (Borland C++ 5.0 IDE compatible).


After successful compilation you'll find Tec3270 in its
directory (EXE file). 

Name of compiled Tec3270 is:

	Tec3270.exe

You must have entire Borland OWL5.2, that are part of Borland C++
5.0, including its C++ headers and libraries for compiling successfully
Tec3270.

This version only supports 32 bits Windows platforms.

There is an older version of Tec3270 that could be used on 16 bits windows,
but only on binary format (just dll,lib and headers). It is used by
WinHLLApi library of Tec3270 for being called from old 16 bits programs.

If it is needed, please send an mail to "tec3270@inttec.com.br" explaining
the needs and asking for it.


General Notes
=================================================================

There are some flags (#define) that can be set for debugging. They
are explained on source code.

All source code files are intensively commented, explaining in general
what is being done in every piece of code.
