You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cl Source.cpp /EHsc /O2 /MD
Compilador de optimización de C/C++ de Microsoft (R) versión 19.42.34436 para x86
(C) Microsoft Corporation. Todos los derechos reservados.
Source.cpp
Microsoft (R) Incremental Linker Version 14.42.34436.0
Copyright (C) Microsoft Corporation. All rights reserved.
/out:Source.exe
Source.obj
crashes when executed on a computer with the MSVC redistributable version 14.29.30135 installed.
Isn't this combination supposed to work?
The text was updated successfully, but these errors were encountered:
Note: Programs that aren't following the documented restrictions on binary compatibility may encounter null dereferences in mutex machinery. You must follow this rule:
When you mix binaries built by different supported versions of the toolset, the Redistributable version must be at least as new as the latest toolset used by any app component.
You can define _DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR as an escape hatch.
The following program:
compiled with:
crashes when executed on a computer with the MSVC redistributable version 14.29.30135 installed.
Isn't this combination supposed to work?
The text was updated successfully, but these errors were encountered: