DOCERR: Undocumented Compiler Error C4041

Last reviewed: July 22, 1997
Article ID: Q117868
1.00 1.50 WINDOWS kbref kbdocerr

The information in this article applies to:

  • Microsoft Visual C++ for Windows, versions 1.0 and 1.5

SYMPTOMS

The compiler produces the following error:

   C4041 : compiler limit : terminating browser output

However, this error is not documented in the online Help for Visual C++ for Windows, versions 1.0 and 1.5.

CAUSE

This error indicates that the compiler cannot finish generating the Browser information.

STATUS

This error is documented in Visual C++, 32-bit Edition, version 2.0 and above.

RESOLUTION

If you compiled using the /FR option to generate source Browser information (including local variables), recompile using the /Fr option for source Browser information without local variables; or, simply do not try to generate Browser information.

You can also avoid this error by splitting the source files into smaller modules.


Additional reference words: 1.00 1.50
KBCategory: kbref
KBSubCategory: CLIss
Keywords : kb16bitonly


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