PRB: "Cannot Find Library LLIBCE.LIB" Linking LCK in C/C++

Last reviewed: June 27, 1995
Article ID: Q120788
The information in this article applies to:
  • Microsoft FoxPro for MS-DOS, versions 2.0, 2.5x, 2.6
  • Microsoft FoxPro for Windows, versions 2.5x, 2.6

SYMPTOMS

The following error message occurs at link time in Microsoft C/C++ version 7.0 or in Microsoft Visual C++ versions 1.0 and 1.5 when you are compiling a C program for use with the Library Construction Kit (LCK):

   Cannot find library LLIBCE.LIB

CAUSE

The Microsoft C/C++ compiler large memory model libraries are not installed. During installation of Microsoft C, you are prompted to install any or all of the memory models. The large memory model, however, is not the default.

RESOLUTION

To verify if this is the problem, check the LIB subdirectory in the Microsoft C/C++ or Microsoft Visual C++ directory for the file LLIBCE.LIB. If LLIBCE.LIB does not exist, you should reinstall, specifying the large memory model.


Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a 2.50b 2.60
compile
build linking library lck
KBCategory: kbinterop kbprg kbtool kberrmsg kbtshoot kbprb
KBSubcategory: FxtoolLck


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: June 27, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.