ID: Q117868
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.
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
Last Reviewed: November 12, 1998