LINK uses a PDB to hold debugging information for the .EXE file or .DLL file. The program’s PDB is both an output file and an input file, because LINK updates the PDB when it rebuilds the program.
The compiler saves state information from the first compile in the project’s .IDB file (the default name is project.IDB or VC60.IDB for files compiled without a project). The compiler uses this state information to speed subsequent compiles.
If the compiler can
什么是pdb,idb文件,.clw文件、.ncb文件和.aps文件
什么是pdb,idb文件,.clw文件、.ncb文件和.aps文件
2008-09-15 10:00