DOCERR: Undocumented Compiler Error C4041Last reviewed: July 22, 1997Article ID: Q117868 |
1.00 1.50
WINDOWS
kbref kbdocerr
The information in this article applies to:
SYMPTOMSThe compiler produces the following error:
C4041 : compiler limit : terminating browser outputHowever, this error is not documented in the online Help for Visual C++ for Windows, versions 1.0 and 1.5.
CAUSEThis error indicates that the compiler cannot finish generating the Browser information.
STATUSThis error is documented in Visual C++, 32-bit Edition, version 2.0 and above.
RESOLUTIONIf 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |