===== Installation =====================================

You should run INSTALL?.BAT to copy the correct LIB's and DLL's for your
compiler as follows:

INSTALL1 -- For all WIN16 Windows compilers (doesn't copy WIN32 DLL's).
INSTALLU -- For WIN32 compilers supporting the "declspec" keyword, which
            includes MS Visual C/C++ 4.0 and above, Borland C/C++ 5.0 and
            above, Borland C++ Builder (all versions), and Watcom 11.0 and
            above. This is the preferred choice if possible.
INSTALLM -- Native Microsoft.
INSTALLB -- Native Borland.
INSTALLW -- Native Watcom.

INSTALL.BAT also copies the proper DLL to your Windows directory, usually 
C:\WINDOWS or C:\WINNT.

The WIN32 choices ("INSTALLU", etc) also copies SEE16.LIB and SEE16.DLL.

Before compiling the example programs, you must edit the file EMAIL.H
with your email configuration as described in section 3.5 of the SEE4C
Users Manual (SEE4C_U.TXT).

