home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / mf_db.zip / INSTALL.TXT < prev    next >
Text File  |  1993-05-21  |  1KB  |  47 lines

  1. MF INSTALLATION NOTES:
  2.  
  3. TO INSTALL:
  4.  
  5. - Create a directory for MF to reside and unzip it (obviously, you've gotten that far...)
  6.  
  7. - Place the file MF.DLL in your WINDOWS\SYSTEM directory.
  8. (NOTE: See MF tech notes for information regarding the windows
  9. system directory)
  10.  
  11. - Other than that, it's up to you.
  12.  
  13. - NOTE: If you use:
  14.  
  15.     PKUNZIP *.zip -D
  16.  
  17.     MFxxx.Zip will unzip into a nifty set of 
  18.     subdirectories...
  19.  
  20.  
  21. FILES:
  22.  
  23. C Developers
  24. ------------
  25. CSAMPLE\HEADERS\MF.LIB  - Link with anything written in C that you want to use MF with.
  26. CSAMPLE\HEADERS\MF.H    - C header for MF
  27.  
  28. CSAMPLE\UDK\mfUDK.c    - Example user-defined key DLL
  29. CSAMPLE\UDK\mfUDK.def    - DEF file for UDK
  30. CSAMPLE\UDK\MAKEFILE    - Makefile for UDK
  31.  
  32.  
  33. VB Developers
  34. -------------
  35. VBSAMPLE\BCARD*.*     - Sample application that shows all MF calls (from VB)
  36. VBSAMPLE\MF.BAS      - DECLARE's and CONSTANTS for MF
  37. VBSAMPLE\MFUDK.DLL    - Compiled version of the C UDK dll (required to run
  38.               the sample application)
  39.  
  40. ALL
  41. ---
  42. DOCS\*.TXT           - General information about MF
  43. DOCS\MF.WRI          - Documentaion for MF
  44.  
  45.  
  46.  
  47.