curlcpp
curlcpp copied to clipboard
Can't link with a project with Dynamic CRT (VS2019)
I've installed your lib through NuGet (curlcpp-vc140-static-32_64 1.0.2) in VS2019, and tried to link with it my project (DLL) which uses CRT as a dynamic library.
The build failed with multiple linking errors like this one:
curlcpp.lib(cookie_time.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary':
value 'MTd_StaticDebug' doesn't match value 'MDd_DynamicDebug' in Mask.obj
Do you plan to provide a NuGet packaged with support of Dynamic CRT?