Location of Library Construction Kit for MS-DOS Examples

Last reviewed: August 28, 1995
Article ID: Q109608
The information in this article applies to:
  • Microsoft FoxPro Library Construction Kit for MS-DOS, version 2.5

All of the Library Construction Kit (LCK) examples can be found in the database file C:\FOXLCK\EXAMPLES\EXAMPLES.DBF. This database contains the following six fields:

   XNAME -- This field contains the name of the LCK function.

   DESCRIPTIO -- This is a memo field that contains a small description of
      the function.

   C_CODE -- This field contains the C code example.

   X_CODE -- This is a memo field that contains the FoxPro code used to
      execute the API function.

   WIN -- This is a logical field that contains .T. if the function is
      supported on the Windows platform.

   DOS -- This is a logical field that contains .F. if the function is
      supported on the MS-DOS platform.


Additional reference words: FoxDos LCK 2.50
KBCategory: kbother
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: August 28, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.