The information in this article applies to:
SYMPTOMS
The development environment was tested with projects that included up to
100 source files. While it is possible to create and successfully use
larger projects in Visual C++, you may encounter problems related to
performance or undocumented errors. Performance problems can often be
minimized by increasing the size of your RAM or swap file.
RESOLUTION
To work around this error, simplify the project or decrease it in size. In
general, breaking the project up into modules, based on functionality, is
the best way to work around this problem. This can be accomplished through
the use of static or dynamically linked libraries.
STATUSThis behavior is by design. Additional query words:
Keywords : kbide kbVC200 kbVC210 kbVC400 kbGrpDSTools |
Last Reviewed: January 31, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |