I\'m trying to link against a library (libcef_wrapper_dll.lib) that was built with the /MDd flag. My application is build with /MDd and /CLR so should be compatible. The proje
If using /MP
or /MDd
with MSBuild, also use the /Zf
compiler option. (See https://docs.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-error-lnk1318 )
Other troubleshooting steps for LNK1318:
Debug Information Format
to /C7
or None
/property:_IsNativeEnvironment=true