Here I try to fasten a python interpreter with blackjack and accessible girls to my prog (C ++), but the boost is not going to write

..\boost_1_51_0\boost\config\auto_link.hpp|354|fatal error C1189: #error : "Mixing a dll boost library with a static runtime is a really bad idea...

How to be?

1 answer 1

On windows XP, I encountered the same problem when I tried to build from VisualStudio 2008 a solution that was hidden in this message:

Changing to Dynamic Runtime Linking (/ MD and / MDd) is not feasible, since (2) another library uses static linking.

The essence of the problem lies in the multithreaded build now I don’t remember exactly all the details, but the toli boost is not friendly with / MD (need / MT) and boost ****. dll / MD, / MT, / LD maybe this or google will help you .. it helped me once)

  • Yes, thank you with / md all gathered. - psionic
  • one
    thanks are expressed by accepting the right answer;) - Alexander Molofeev