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

value 'MT_StaticRelease' doesn't match value 'MDd_DynamicDebug' #6 #34

Open
Alberl-Lee opened this issue Feb 27, 2023 · 1 comment
Open

Comments

@Alberl-Lee
Copy link

windows 10 x64,debug model error :
`1>skia_x64_debug.lib(skia.SkColor.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2'‘

1>skia_x64_debug.lib(skia.SkColor.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MDd_DynamicDebug' `

@mgood7123
Copy link

linking requires (C/C++ > Code Generation > Runtime Library) Multi-threaded (/MT)

debugging requires (C/C++ > Command Line > Additional Options) /D_ITERATOR_DEBUG_LEVEL=0 and (C/C++ > Preprocessor) preprocessor definition NDEBUG instead of _DEBUG

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