Relative Content

Tag Archive for c++visual-c++linker

C++: ODR and extern “C” on MSVC linker

I’m testing out how the Windows link.exe program reacts when presented with ODR violations. My intention is that the linker will fail when it notices that my program has two definitions of the same function (dynamic_func), one of which comes from a DLL. I have the following: