
In addition to these BCET files, you will need a copy of MS's MASM 6.13 
or later,  a linker, and a copy of kernel32.lib. One way to get them is 
to install MASM32 from http://www.masm32.com.

List of files in the BCET Beta 005 Distribution.

in \Bect:

README		A short description of where things are.
LICENSE.TXT	The BCET license - subject to change.
NEWS		What's new, if anything.


in \Bcet\Bin:

BL.EXE		Compiler driver.
BL.INI		Compiler driver ini file - read comments within.

BCET.EXE	Compiler - single source version.
BGEN.EXE	Code generator - single source version.
BOPT.EXE	Code optimizer.
BOUT.EXE	Asm file creation.
BDMP.EXE	Work file dump.
BFMT.EXE	Work file format.


in \Bcet\Doc:

CHANGE.LOG	Things that got changed - not every change gets listed.
COMMENTS	Comments, bugs, extracted from the web pages.
FAQ		When someone asks them
FLOATLIB.TXT	Copyright for the floating point routines.
MANIFEST	The file you are reading.
MATKINFO	Some information about the Math functions
README.2ND	A limited explaination of all the work files
README.BL	Readme for BL


in \Bcet\Lib:

BCETLIB.LIB	Runtime Library - main.
BCETLIBC.LIB	Runtime Library - console startup.
BCETLIBG.LIB	Runtime Library - GUI startup.
GDTOA.LIB	Floating point library.


in \Bcet\Include:

BCET.INC	Runtime include file
COMMDLG.DEC	Partial declares for Common Dialog dll
FRMTMESS.CON	Partial declares for FormatMessage API call
HELPER.DEC	Declares for helper routines that are built into the runtime.
MESSBOX.CON	Constants for use the MessageBoxA windows API
WINSOCK2.DEC	Declares for Windows Sockets. Only partially converted.


in \Bcet\Samples:

BUILD.BAT	build all the samples
BL.INI		bl.ini file for building samples

in \Bcet\Samples\Src:

GETIN.Bas	Sample of direct keyboard and mouse input.
HELLO.BAS	The standard sample program.
GENERIC.BAS	Simple generic GUI  - copied from masm32\samples
HELLOM.BAS	A windows version.
CD_COLOR.BAS	Common Dialog Sample
CD_FONT.BAS	Common Dialog Sample
ChkMail.Bas	Sample of a very simple Email Checker, using windows sockets.
hostname.bas	Sample program to return name of current system.
dnslook.bas	Sample program to do very simple DNS lookups.

in \Bcet\Samples\Res:
GENERIC.RC	Part of Generic Sample - Resource Source
MAINICON.ICO	Part of Generic Sample - an Icon

in \Bcet\Samples\Include:
GENERIC.BI	Part of Generic Sample - API Declares, Types, Consts
GENERIC.DEC	Part of Generic Sample - Program Declares
