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

Property Errors #1

Open
dontsovcmc opened this issue May 20, 2015 · 1 comment
Open

Property Errors #1

dontsovcmc opened this issue May 20, 2015 · 1 comment

Comments

@dontsovcmc
Copy link

There are errors in project properties:

Configuration=Debug: Multi-threaded Debug DLL (/MDd) // not Multi-threaded Debug (/MTd) !
Configuration=StaticDebug: Multi-threaded Debug (/MTd) // not Multi-threaded Debug DLL (/MDd) !
Configuration=Release: Multi-threaded DLL (/MD) // not Multi-threaded (/MT) !

@cjue
Copy link

cjue commented Aug 5, 2016

Seconded. The same error applies to the x64 configurations as well.

Essentially, all "Static" configurations should use the "MT" or "MTd" runtime, while non-static configurations should use the "MD" or "MDd" libraries.

eg-yks pushed a commit to eg-yks/iconv-for-windows that referenced this issue Jul 11, 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