I tri build project with quickfix.lib In VC++ Directories i set path "lib" In C/C++ -> General -> Additional Include Dir I set path to my inlude files "include" In Linker -> Input -> Additional Dependencies I add quickfix.lib This project build correct, but when I use Object from FIX, I see Severity Code Description Project File Line Suppression State Error LNK2038 mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in FIXExchangeAPI.obj SampleGateway C:...\quickfix.lib(Dictionary.obj) 1
What must I do? I changed RuntimeLibrary to each value and compile, but it not helped me