*** WSC4C 2.1 Release Notes ***

We have changed the file extension for ASCII text files from .DOC to .TXT
in order to follow common practice.

Be sure to copy the correct Win32 DLLS & LIBS as follows:

Microsoft:

    COPY WSC32M.LIB WSC32.LIB
    COPY WSC32M.DLL WSC32.DLL
    COPY MIO32M.LIB MIO32.LIB
    COPY MIO32M.DLL MIO32.DLL

Borland:

    COPY WSC32B.LIB WSC32.LIB
    COPY WSC32B.DLL WSC32.DLL
    COPY MIO32B.LIB MIO32.LIB
    COPY MIO32B.DLL MIO32.DLL

Watcom:

    COPY WSC32W.LIB WSC32.LIB
    COPY WSC32W.DLL WSC32.DLL
    COPY MIO32W.LIB MIO32.LIB
    COPY MIO32W.DLL MIO32.DLL

The INSTALL.BAT batch file can perform the above copies as follows:

Microsoft:

    INSTALL MS

Borland:

    INSTALL BC

Watcom:

    INSTALL WC

Don't forget to read the WSC4C Users Manual (WSC4C_U.TXT) and the WSC4C
Reference Manual (WSC4C_R.TXT).

Copy all files to your work directory. Then compile SIMPLE using one of the
provided makefiles. Microsoft makefiles end in "._M_", Borland makefiles
end in "._B_", and Watcom makefiles end in "._W_".

