The information in this article applies to:
SYMPTOMS
When building a large browser database, or .bsc file, the following error may occur:
CAUSEDuring compilation the compiler stores browser information for each source file in a corresponding .sbr file. BSCMAKE combines the .sbr files generated during compilation into one browser database. If the resulting browser database exceeds 64 MB or if the number of input files the compiler processes (source and headers) exceeds 4086 this error will be emitted by BSCMAKE. RESOLUTION
If the problem is caused by the number of input files exceeding 4086, the only way to work around this problem is to reduce the number of source files the compiler generates browse information for. From Visual Studio, this can be accomplished by clearing Generate Browse Info on the C/C++ tab in Project Settings for your entire project, then select on a file by file basis. STATUSThis behavior is by design. Additional query words: kbDSupport
Keywords : kbMiscTools |
Last Reviewed: September 22, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |