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

ID: Q120788

The information in this article applies to:

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

Last Reviewed: June 27, 1995