MF INSTALLATION NOTES:

TO INSTALL:

- Create a directory for MF to reside and unzip it (obviously, you've gotten that far...)

- Place the file MF.DLL in your WINDOWS\SYSTEM directory.
(NOTE: See MF tech notes for information regarding the windows
system directory)

- Other than that, it's up to you.

- NOTE: If you use:

	PKUNZIP *.zip -D

	MFxxx.Zip will unzip into a nifty set of 
	subdirectories...


FILES:

C Developers
------------
CSAMPLE\HEADERS\MF.LIB  - Link with anything written in C that you want to use MF with.
CSAMPLE\HEADERS\MF.H    - C header for MF

CSAMPLE\UDK\mfUDK.c	- Example user-defined key DLL
CSAMPLE\UDK\mfUDK.def	- DEF file for UDK
CSAMPLE\UDK\MAKEFILE	- Makefile for UDK


VB Developers
-------------
VBSAMPLE\BCARD*.* 	- Sample application that shows all MF calls (from VB)
VBSAMPLE\MF.BAS  	- DECLARE's and CONSTANTS for MF
VBSAMPLE\MFUDK.DLL	- Compiled version of the C UDK dll (required to run
			  the sample application)

ALL
---
DOCS\*.TXT   		- General information about MF
DOCS\MF.WRI  		- Documentaion for MF



