The information in this article applies to:
SYMPTOMS
No files appear in the External Dependencies folder until you export a
makefile or rebuild the project. CAUSE
The program database (a .pdb file) has been given a name without an
extension or a trailing slash (\).
RESOLUTIONIf you want to name the .pdb file, then append the .pdb extension to the name:
If you want to specify the directory in which to place the VC50.pdb file,
then append a trailing slash to the name:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was corrected in Microsoft Visual C++ 6.0. MORE INFORMATION
It is normal for project dependency information not to be available until
the project is built or until a makefile is exported. However, when a
project is built with the /FD switch, the compiler creates a file that
contains the dependency information for the project. This file has the same
base name as the program database (.pdb) file. By default, the file is
VC50.idb. Steps to Reproduce Behavior
-or-
Additional query words:
Keywords : kbide kbVC kbVC500bug kbVC600fix kbGrpDSTools |
Last Reviewed: August 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |