We have hundreds of MSVC 9.0 C ++ projects. One DLL came out of the public without the correct compiler / linker settings to generate characters, and we get mini-dumps back that indicate an exception in this DLL. We have the exact source code used to create this DLL. Can it be compiled to create characters that we can use to debug these dumps? If so, how can I say windbg "please use these characters for this dll, even if the timestamps will be different"? Thank.
source
share