Lock & Key(TM) Version 1.0
Copyright(C) 1998 J.R.Mainwaring
All Rights Reserved

This directory contains two files which may be required when building
applications that interface with Lock & Key(TM):

    Lnk32.h    Header file that defines Lock & Key(TM) API functions.
               Include this file in any C/C++ source file that needs to
               call these API functions.

    Lnk32.lib  Import library. Add this file to your project so that the
               linker can resolve links to the Lock & Key(TM) DLL. If you
               are getting linker errors relating to Lock & Key(TM) API
               functions, it is likely that this file has not been added
               to your project.

Refer to the C_Sample application's project and source files for an example
of how these two files are used.

Note that these two files are NOT required for Visual Basic applications.
Refer to the VB_Sample application for an example.
