FIX: Fatal Error U1052: File 'win32.mak' Not Found

Last reviewed: September 18, 1997
Article ID: Q133249
The information in this article applies to:
  • Microsoft Visual C++, 32-bit Edition, version 2.2

SYMPTOMS

When invoking NMAKE on some of the make files that are distributed with the Win32 samples, you may encounter an error message similar to this one:

   c:\msvc20\include\ntwin32.mak(3) : fatal error U1052: file 'win32.mak'
                                      not found.

The problem is a result of the following command:

   NMAKE MAKEFILE<Enter>

CAUSE

This is caused by the Visual C++ setup program failing to copy WIN32.MAK to your INCLUDE directory.

RESOLUTION

Copy WIN32.MAK from the \MSVC20\INCLUDE directory on the Visual C++ installation CD to your INCLUDE directory.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug was corrected in Visual C++ version 5.0.

MORE INFORMATION

The Win32 samples that encounter this error are:

   IOSTUTOR,
   NAMPIPE\NPCLIENT and,
   NAMPIPE\NPSERVER


Additional query words: Windows 95

Keywords : vc20setup vcfixlist500 kbsetup
Version : 2.2
Issue type : kbbug
Solution Type : kbfix


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: September 18, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.