FIX: Problem with Remote Builds on Novell Netware Servers

Last reviewed: September 18, 1997
Article ID: Q123951
2.00 WINDOWS NT kb3rdparty kbbuglist kberrmsg

The information in this article applies to:

  • Microsoft Visual C++, 32-bit Edition, version 2.0

SYMPTOMS

Visual C++ projects that are located on Netware servers under Windows NT version 3.5 may not build. Two possible errors are:

   fatal error C2308: program database file, 'filename.pdb', has an
   obsolete format, delete it and recompile.

   -or-

   fatal error C1001: INTERNAL COMPILER ERROR
     (compiler file 'msc1.cpp', line 1056)
   Please choose the Technical Support command on the Visual C++
   Help menu, or open the Technical Support help file for more
   information.

The errors do not occur if the project is local or is located on Windows NT Advanced Server machines.

CAUSE

The problem relates to the memory mapped file I/O and the Novell Netware redirector (NWRDR.SYS).

RESOLUTION

These problems can be fixed by installing Service Pack 2 for Microsoft Windows NT, version 3.5.

You can work around Error C2308 by using the /Z7 compiler switch. This will force the compiler to keep the debugging information in the .OBJ files and not write it to .PDB files.

You can work around Error C1001 by turning off the compiler option for the Pre-compiled headers in the Project|Settings|C/C++|Pre-compiled headers dialog box.

Building the .PDB file or the .PCH file on a local drive also works around the problem.

STATUS

This problem is fixed by applying Service Pack 2 for Windows NT version 3.5. Please see Knowledge Base article Q121693 for more information.


Additional reference words: 2.00 9.00 err msg errmsg
KBCategory: kb3rdparty kbbuglist kberrmsg
KBSubcategory: CLIss VWBIss
Keywords : CLIss VwbIss kb3rdparty kbbuglist kberrmsg
Version : 2.00
Platform : NT WINDOWS
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.