DOC: Undocumented Compiler Error C4041 |
Q117868
The compiler produces the following error:
However, this error is not documented in the online Help for Visual C++ for Windows, versions 1.0 and 1.5.C4041 : compiler limit : terminating browser output
This error indicates that the compiler cannot finish generating the Browser information.
This error is documented in Visual C++, 32-bit Edition, version 2.0 and above.
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
Issue type :
Technology : kbVCsearch kbAudDeveloper
|
Last Reviewed: May 8, 2001 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |