The information in this article applies to:
SYMPTOMS
The following errors are normally related to running into the module and size limits when a program database (PDB) file is created (a PDB file contains information used by the debugger; the file has a .pdb extension):
Linker Error:
CAUSEThere is a limit of 4096 modules (.obj files) in a PDB file. The file also has a total size limit of approximately 64 MB. RESOLUTIONThere are several ways to reduce the size of PDB files:
MORE INFORMATIONNote that the linker option /PDBTYPE:SEPT may have little affect in reducing the project's PDB file size. In Visual C++ 5.0, if you choose to use the /Fd switch, avoid using the linker option /PDBTYPE:SEPT if the PDB file name you choose is the same under compiler and linker options. REFERENCESFor additional information, click the article number below to view the article in the Microsoft Knowledge Base: Q121366 INFO: PDB and DBG Files - What They Are and How They Work Additional query words:
Keywords : kbCompiler kbDebug kbLinker kbVC kbVC500 kbVC600 |
Last Reviewed: October 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |