DOC: Undocumented Compiler Error C4041

ID: Q117868

The information in this article applies to:

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 query words: 1.00 1.50 Keywords : kb16bitonly

Last Reviewed: November 12, 1998