For the Windows programmer using Borland Tools
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

For the users of a Power Engine (YGrep Search Engine or BitList Engine),
it is important to notice that when used with a Borland development
tool, the DLL interface library YGREP.LIB (resp. BITLIST.LIB) must be
replaced with the provided file YGREPB.LIB (resp. BITLISTB.LIB).

If the .LIB file is not available, it can be rebuilt using the
IMPLIB.EXE provided with your Borland compiler. The syntax should be:

IMPLIB -i -c YGREPB.LIB YGREP.DLL	(to build the interface for the
					YGrep Search Engine).
IMPLIB -i -c BITLISTB.LIB BITLIST.DLL	(to build the interface for the
					BitList Engine).

This implies that some of the examples of program linking (which use the
YGREP.LIB - resp. BITLIST.LIB - should be modified accordingly to use
YGREPB.LIB - resp. BITLISTB.LIB).
