Library Construction Kit Setup and Installation

Last reviewed: January 5, 1995
Article ID: Q95713
The information in this article applies to:
  • Microsoft FoxPro Library Construction Kit for MS-DOS, version 2.0

SUMMARY

The Library Construction Kit (LCK) is a tool used to extend FoxPro version 2.0 functionality with C or assembly language. The Library Construction Kit allows you to access C or assembler code from within FoxPro.

MORE INFORMATION

The LCK is installed on the your hard disk in addition to FoxPro version 2.0. Below is a list of setup and installation requirements:

  • FoxPro version 2.0 is the only version of FoxPro compatible with the LCK. It must be installed on the system prior to using library functions created by the LCK.
  • Approximately 1.5 MB of free hard disk space must be available to install the LCK.
  • The LCK requires a 286 or higher processor.
  • There must be at least 384K of free conventional memory to install the LCK.
  • The LCK is compatible only with Watcom C.
  • The following SET statements must be part of the environment in order to run the LCK:

          SET LIB=C:\FOXLCK\LIB286\DOS;C:\FOXLCK\LIB286
          SET INCLUDE=C:\FOXLCK\H
          PATH C:\FOXLCK\BIN;\C:\FOXLCK\BINB
    

    The PATH command should be appended to the existing PATH command. The above example also assumes that the LCK is installed in the FOXLCK directory. If this is not the case, the above statements should reflect this difference.

  • If DOSMEM=ON appears in the CONFIG.FP file, it must be removed because libraries created with the LCK need conventional memory to be loaded when they are used in FoxPro.


Additional reference words: 2.00 library construction kit lck system
KBCategory: kbinterop kbtool kbsetup kbprg
KBSubcategory:


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 5, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.