This package is the binary executables and support files for
my 386 and 68K compilers.  The 68K compiler binary is supplied here
without any support, however, the 386 compiler binary comes with
tools and libraries sufficient for creating DOS and WIN32 applications.
These files are WIN32 executables and will not run under MSDOS.

See license.txt and copying for licensing information

See relnotes.doc for release notes

install this program with pkunzip, then type 'install <drive>:'.  It will
make a directory '<drive>:\cc386' and install the files in it.

These compilers emit 32-bit code that runs under DPMI.  At this time we
have included two dpmi packages, one is built into the libraries and
can be used with the supplied tools; the other is used if you wish to link
with WATCOM tools.

Most of the tools in this package were compiled and linked with the
tools in this package.

My website is:
http://members.tripod.com/~ladsoft/cc386

Companion files to this file which should be found on my website
are:

cwdl246e.zip    - WIN32 version of compiler executables
cxdl246e.zip    - combined executables, minimal installation
cwdl246s.zip    - compiler and tools sources
cwdl246l.zip    - rtl sources + DPMI setups

The above files are useful for changing the compiler/library/tool sources
that are included in this file.

This version of the compiler generates ASM code in the TASM or NASM format.
You may use either the included VALX, or borland TLINK or watcom WLINK to
create images.  Lately I am recommending NOT to use borland tools
unless you are prepared to deal with bugs.  In particular their assembler
can generate bad code on occasion (4.1 version) and all of their
linkers will generate a bad fixup if you do large programs.

A simple debug-like debugger may be linked in with the image for 
debugging purposes; however images created with WLINK may alternately 
be debugged with the watcom debugger.

David Lindauer
email: camille@bluegrass.net
web site: http://members.tripod.com/~ladsoft