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 is a technical limitation of the VC linker.
You should try split your code modules up more. Splitting up libraries also help with extremely long link times.