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
Turned out that I needed to delete all of the project temp files inc. caches etc., kill the debug symbol server and restart windows.