From 79a5802ad4dcb8798b8b5aa7f2aa3dd6747696dd Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Thu, 11 Nov 2021 20:38:39 +0300 Subject: [PATCH] mdbx: add the note about "Visual Studio 2015 Update 3". --- src/internals.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/internals.h b/src/internals.h index a5d56d45..4f287a8c 100644 --- a/src/internals.h +++ b/src/internals.h @@ -61,6 +61,19 @@ * Studio 2015 Update 3). But you could remove this #error and try to continue * at your own risk. In such case please don't rise up an issues related ONLY to * old compilers. + * + * NOTE: + * Unfortunately, there are several different builds of "Visual Studio" that + * are called "Visual Studio 2015 Update 3". + * + * The 190024234 is used here because it is minimal version of Visual Studio + * that was used for build and testing libmdbx in recent years. Soon this + * value will be increased to 19.0.24241.7, since build and testing using + * "Visual Studio 2015" will be performed only at https://ci.appveyor.com. + * + * Please ask Microsoft (but not us) for information about version differences + * and how to and where you can obtain the latest "Visual Studio 2015" build + * with all fixes. */ #error \ "At least \"Microsoft C/C++ Compiler\" version 19.00.24234 (Visual Studio 2015 Update 3) is required."