As an example of using CDBFAPI.DLL, we will create a program for the
comparison of two DBF-files. It will be console program.

I like  the GCC compiler, but  I have tried to  compile this example
with  the help  of: MSVC,  BCC, and  LCC. They  compile the  program
without any problems.

The final archive contains the following files:

cdbfapi.dll 	DLL of access to DBF
cdbfapi.def 	Imported functions
dbf.h  		Header file for CDBFAPI.DLL

dfc.c  		Source code of our program
dfc.exe		Our executable

gcc_make.bat	.BAT file for GCC compiler
mvc_make.bat	.BAT file for MSVC compiler
bcc_make.bat	.BAT file for BCC compiler

sample1.dbf 	files for testing
sample2.dbf 

The  real files  can differ  with this  manual -  I could  make some
changes...
