PRB: Fatal Error U1073: Don't Know How to Make LIBENTRY.OBJ

Last reviewed: June 27, 1995
Article ID: Q115174
The information in this article applies to:
  • Microsoft FoxPro for Windows, versions 2.5, 2.5a, 2.5b, 2.6
  • Microsoft FoxPro Library Construction Kit, versions 2.5, 2.6

SYMPTOMS

Compiling any C source code with the Microsoft C/C++ version 7.0 compiler and the WINC7.MAK file (included with the FoxPro Library Construction Kit) to create a FoxPro for Windows API library can cause the following error:

   NMAKE : Fatal Error U1073: don't know how to make \C700\LIB\LIBENTRY.OBJ

CAUSE

The large memory model libraries that are included in the Microsoft C/C++ software package are not installed. LIBENTRY.OBJ is an object file that is used to build a large memory model application. Any API routine created for use with FoxPro for Windows must be built with the large memory model object files. Therefore, LIBENTRY.OBJ must be installed.

RESOLUTION

The large memory model libraries are not installed by default when Microsoft C/C++ version 7.0 is installed. This is an optional choice in the installation process. Refer to the Microsoft C/C++ "Getting Started" manual or online Help for further information about installing the large memory models.


Additional reference words: FoxWin lck 2.50b 2.60 memory compile errmsg err
msg
KBCategory: kbinterop kbtool kbsetup kbprg kberrmsg 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.