Linker Tools Warning LNK4205

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Linker Tools Warning LNK4205.

filename' is missing current debugging information for referencing module; linking object as if no debug info

The .pdb file has out-of-date information. The linker will continue to link object without debug information. You may want to recompile the object file using the /Zi option.

Show: