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
This one worked for me: Project properties -> C/C++ -> Code Generation -> Enable Function Level Linking -> Yes