-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
VCRuntime incompatibility with older version in mutex code #4730
Labels
invalid
This issue is incorrect or by design
Comments
This is by design. See https://github.com/microsoft/STL/wiki/Changelog#vs-2022-1710
|
Thanks for the info. Closing the issue |
ffiirree
added a commit
to ffiirree/Capturer
that referenced
this issue
Jun 23, 2024
This was referenced Jul 8, 2024
This was referenced Oct 11, 2024
This was referenced Nov 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
VS 17.10 C++ runtime broke following code. Code is compiled with VS 17.10 but it doesnt work anymore with previously deployed VC runtime.
Command-line test case
Expected behavior
Lock does not crash.
Crashing computer had following version of VCRuntime
msvcp140.dll 14.32.31326.0
vcruntime140.dll 14.32.31326.0
working computer has
msvcp140.dll 14.40.33810.0
vcruntime140.dll 14.40.33810.0
The text was updated successfully, but these errors were encountered: