You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I downloaded the release Cbc-releases.2.10.8-w64-msvc16-md.zip. The name suggests that it is compiled with "Multi-threaded DLL (/MD)" in Visual Studio. When using the lib in my project I get the following link error:
LNK2038 mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in main.obj ProjectName ...\libCbc.lib(CbcModel.obj)
Why am I getting this link error? Thank you.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! Indeed, it looks like there is somehow a mistake in the Github Action configuration. The -md file is actually compiled with /MT. This is not the intention. I'll try to fix this as soon as possible.
Hello.
I downloaded the release Cbc-releases.2.10.8-w64-msvc16-md.zip. The name suggests that it is compiled with "Multi-threaded DLL (/MD)" in Visual Studio. When using the lib in my project I get the following link error:
LNK2038 mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in main.obj ProjectName ...\libCbc.lib(CbcModel.obj)
Why am I getting this link error? Thank you.
The text was updated successfully, but these errors were encountered: