Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't link with a project with Dynamic CRT (VS2019) #137

Closed
Anton-V-K opened this issue Dec 20, 2021 · 0 comments
Closed

Can't link with a project with Dynamic CRT (VS2019) #137

Anton-V-K opened this issue Dec 20, 2021 · 0 comments

Comments

@Anton-V-K
Copy link

Anton-V-K commented Dec 20, 2021

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?

@JosephP91 JosephP91 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants