
Debugging and linking conflicts with VC50.PDB
We have several programmers working on individual components for a
project with a container. When one of us is debugging his component
using the container, the other can't link the container because the
VC50.PDB file is locked. We were able to get around this problem for
the container's .PDB file by releasing it along with the .EXE into a
path that all of us have in our executable path. Unfortunately, there
is a VC50.PDB for all C++ projects. How can we get around this as well?
A speedy tip may prevent {*filter*} from breaking out among the masses
here...