Alchemy DBF Access file list

INCLUDE\adbf.h		- ANSI C function definitions
INCLUDE\dbftable.h	- Visual C++ CDBFTable class definition

SRC\dbftable.cpp	- CDBFTable class source code.

LIB\ADbf_MD.lib		- MS Visual C++ static library for projects with
			          "Use run-time library" switch set to "Multithreaded DLL"
			  		  (see Project|Settings|C/C++|Code Generation)
LIB\ADbf_MT.lib		- MS Visual C++ static library for projects with
			          "Use run-time library" switch set to "Multithreaded"
			  		  (see Project|Settings|C/C++|Code Generation)
LIB\ADbf_ML.lib		- MS Visual C++ static library for projects with
			          "Use run-time library" switch set to "Single-threaded"
			  		  (see Project|Settings|C/C++|Code Generation)
LIB\ADbf.dll		- Dynamic link library for use with any project
LIB\ADbf.lib		- import library (to be used with ADBF.DLL)
			  
EXAMPLES\VisualC	- CDBFTable usage sample (Microsoft Visual C++)