Root update error

I’m getting the following error when trying to run the latest version of root 6.20.

___
Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: windows
Compiler: Not Provided


Those errors are due to different versions of Windows 10 SDKs, between the one used to build ROOT and the one on your system. See this topic

seen sir, but in my case, root session does not open at the end

So I think you should try to compile ROOT from source


getting following error when trying to build it from the source

Do you have an internet connection while building ROOT? Otherwise try to disable clad…

yes, I am connected. I don’t understand, what is clad?

clad is an automatic differentiation (AD) tool for C++. See its project page, from where git should clone it (and it fails, as shown in the error message you posted)


This sort of worked out but the bin folder is clearly incomplete.

OK, but you only configured the project, and now you have to build ROOT. To do so, open a x86 Native Tools Command Prompt for VS 2019, and in the build directory, type:
cmake --build . --config [Debug|Release]
(i.e. choose between Debug or Release)

image

I tried it just building it for once, a lot of process happened but I don’t see what changed.

cmake --build . --config Debug

Done. But even now, root.exe file is not there in the bin. I’m really sorry if I’m being a hassle here, but everyone here uses root on Linux, and my pc can only run windows so I have nowhere else to rectify these issues.

So there were most probably errors during the build. Could you copy and paste the result of the build?

I’m sorry I don’t understand. The log of the whole process is quite large. Do you mean all the error codes (colored red) or is there a error file that would have been created?

All the red should be enough. And please copy and paste, don’t do a screenshot

C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(20029,5): error C3861: ‘__stosb’: identifier not
found [C:\Users\akasp\root\core\foundation\Foundation.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22632,27): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\foundation\Foundation.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22643,19): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\foundation\Foundation.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9338,32): error C2065: 'InterlockedIncrement64
': undeclared identifier [C:\Users\akasp\root\core\foundation\Foundation.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9370,32): error C2065: 'InterlockedDecrement64
': undeclared identifier [C:\Users\akasp\root\core\foundation\Foundation.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9406,31): error C3861: ‘InterlockedExchange64’
: identifier not found [C:\Users\akasp\root\core\foundation\Foundation.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9460,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\foundation\Foundation.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9470,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\foundation\Foundation.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9517,31): error C3861: ‘InterlockedAnd64’: ide
ntifier not found [C:\Users\akasp\root\core\foundation\Foundation.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9527,31): error C3861: ‘InterlockedOr64’: iden
tifier not found [C:\Users\akasp\root\core\foundation\Foundation.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9537,31): error C3861: ‘InterlockedXor64’: ide
ntifier not found [C:\Users\akasp\root\core\foundation\Foundation.vcxproj]
:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(20029,5): error C3861: ‘__stosb’: identifier not
found [C:\Users\akasp\root\core\foundation\Foundation_Stage1.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22632,27): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\foundation\Foundation_Stage1.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22643,19): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\foundation\Foundation_Stage1.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9338,32): error C2065: 'InterlockedIncrement64
': undeclared identifier [C:\Users\akasp\root\core\foundation\Foundation_Stage1.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9370,32): error C2065: 'InterlockedDecrement64
': undeclared identifier [C:\Users\akasp\root\core\foundation\Foundation_Stage1.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9406,31): error C3861: ‘InterlockedExchange64’
: identifier not found [C:\Users\akasp\root\core\foundation\Foundation_Stage1.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9460,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\foundation\Foundation_Stage1.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9470,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\foundation\Foundation_Stage1.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9517,31): error C3861: ‘InterlockedAnd64’: ide
ntifier not found [C:\Users\akasp\root\core\foundation\Foundation_Stage1.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9527,31): error C3861: ‘InterlockedOr64’: iden
tifier not found [C:\Users\akasp\root\core\foundation\Foundation_Stage1.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9537,31): error C3861: ‘InterlockedXor64’: ide
ntifier not found [C:\Users\akasp\root\core\foundation\Foundation_Stage1.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(20029,5): error C3861: ‘__stosb’: identifier not
found [C:\Users\akasp\root\core\meta\Meta.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22632,27): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\meta\Meta.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22643,19): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\meta\Meta.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9338,32): error C2065: 'InterlockedIncrement64
': undeclared identifier [C:\Users\akasp\root\core\meta\Meta.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9370,32): error C2065: 'InterlockedDecrement64
': undeclared identifier [C:\Users\akasp\root\core\meta\Meta.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9406,31): error C3861: ‘InterlockedExchange64’
: identifier not found [C:\Users\akasp\root\core\meta\Meta.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9460,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\meta\Meta.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9470,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\meta\Meta.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9517,31): error C3861: ‘InterlockedAnd64’: ide
ntifier not found [C:\Users\akasp\root\core\meta\Meta.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9527,31): error C3861: ‘InterlockedOr64’: iden
tifier not found [C:\Users\akasp\root\core\meta\Meta.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9537,31): error C3861: ‘InterlockedXor64’: ide
ntifier not found [C:\Users\akasp\root\core\meta\Meta.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(20029,5): error C3861: ‘__stosb’: identifier not
found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22632,27): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22643,19): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9317,23): error C3861: ‘_InterlockedIncrement’
: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9326,28): error C3861: ‘_InterlockedIncrement’
: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9338,32): error C2065: 'InterlockedIncrement64
': undeclared identifier [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9349,28): error C3861: ‘_InterlockedDecrement’
: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9358,28): error C3861: ‘_InterlockedDecrement’
: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9370,32): error C2065: 'InterlockedDecrement64
': undeclared identifier [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9384,23): error C3861: ‘_InterlockedExchange’:
identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9394,28): error C3861: ‘_InterlockedExchange’:
identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9406,31): error C3861: ‘InterlockedExchange64’
: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9418,23): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9428,23): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9438,28): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9448,28): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9460,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9470,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9483,23): error C3861: ‘_InterlockedCompareExc
hange’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9494,28): error C3861: ‘_InterlockedCompareExc
hange’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9507,31): error C3861: ‘_InterlockedCompareExc
hange64’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9517,31): error C3861: ‘InterlockedAnd64’: ide
ntifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9527,31): error C3861: ‘InterlockedOr64’: iden
tifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9537,31): error C3861: ‘InterlockedXor64’: ide
ntifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(20029,5): error C3861: ‘__stosb’: identifier not
found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22632,27): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22643,19): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9317,23): error C3861: ‘_InterlockedIncrement’
: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9326,28): error C3861: ‘_InterlockedIncrement’
: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9338,32): error C2065: 'InterlockedIncrement64
': undeclared identifier [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9349,28): error C3861: ‘_InterlockedDecrement’
: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9358,28): error C3861: ‘_InterlockedDecrement’
: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9370,32): error C2065: 'InterlockedDecrement64
': undeclared identifier [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9384,23): error C3861: ‘_InterlockedExchange’:
identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9394,28): error C3861: ‘_InterlockedExchange’:
identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9406,31): error C3861: ‘InterlockedExchange64’
: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9418,23): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9428,23): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9438,28): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9448,28): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9460,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9470,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9483,23): error C3861: ‘_InterlockedCompareExc
hange’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9494,28): error C3861: ‘_InterlockedCompareExc
hange’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9507,31): error C3861: ‘_InterlockedCompareExc
hange64’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9517,31): error C3861: ‘InterlockedAnd64’: ide
ntifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9527,31): error C3861: ‘InterlockedOr64’: iden
tifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9537,31): error C3861: ‘InterlockedXor64’: ide
ntifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(20029,5): error C3861: ‘__stosb’: identifier not
found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22632,27): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22643,19): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9338,32): error C2065: 'InterlockedIncrement64
': undeclared identifier [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9370,32): error C2065: 'InterlockedDecrement64
': undeclared identifier [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9406,31): error C3861: ‘InterlockedExchange64’
: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9460,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9470,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9517,31): error C3861: ‘InterlockedAnd64’: ide
ntifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9527,31): error C3861: ‘InterlockedOr64’: iden
tifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9537,31): error C3861: ‘InterlockedXor64’: ide
ntifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]

C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(20029,5): error C3861: ‘__stosb’: identifier not
found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22632,27): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22643,19): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9338,32): error C2065: 'InterlockedIncrement64
': undeclared identifier [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9370,32): error C2065: 'InterlockedDecrement64
': undeclared identifier [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9406,31): error C3861: ‘InterlockedExchange64’
: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9460,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9470,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9517,31): error C3861: ‘InterlockedAnd64’: ide
ntifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9527,31): error C3861: ‘InterlockedOr64’: iden
tifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9537,31): error C3861: ‘InterlockedXor64’: ide
ntifier not found [C:\Users\akasp\root\core\textinput\TextInput.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(20029,5): error C3861: ‘__stosb’: identifier not
found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22632,27): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22643,19): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9317,23): error C3861: ‘_InterlockedIncrement’
: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9326,28): error C3861: ‘_InterlockedIncrement’
: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9338,32): error C2065: 'InterlockedIncrement64
': undeclared identifier [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9349,28): error C3861: ‘_InterlockedDecrement’
: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9358,28): error C3861: ‘_InterlockedDecrement’
: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9370,32): error C2065: 'InterlockedDecrement64
': undeclared identifier [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9384,23): error C3861: ‘_InterlockedExchange’:
identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9394,28): error C3861: ‘_InterlockedExchange’:
identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9406,31): error C3861: ‘InterlockedExchange64’
: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9418,23): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9428,23): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9438,28): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9448,28): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9460,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9470,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9483,23): error C3861: ‘_InterlockedCompareExc
hange’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9494,28): error C3861: ‘_InterlockedCompareExc
hange’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9507,31): error C3861: ‘_InterlockedCompareExc
hange64’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9517,31): error C3861: ‘InterlockedAnd64’: ide
ntifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9527,31): error C3861: ‘InterlockedOr64’: iden
tifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9537,31): error C3861: ‘InterlockedXor64’: ide
ntifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(20029,5): error C3861: ‘__stosb’: identifier not
found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22632,27): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22643,19): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9317,23): error C3861: ‘_InterlockedIncrement’
: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9326,28): error C3861: ‘_InterlockedIncrement’
: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9338,32): error C2065: 'InterlockedIncrement64
': undeclared identifier [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9349,28): error C3861: ‘_InterlockedDecrement’
: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9358,28): error C3861: ‘_InterlockedDecrement’
: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9370,32): error C2065: 'InterlockedDecrement64
': undeclared identifier [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9384,23): error C3861: ‘_InterlockedExchange’:
identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]

C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9394,28): error C3861: ‘_InterlockedExchange’:
identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9406,31): error C3861: ‘InterlockedExchange64’
: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9418,23): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9428,23): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9438,28): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9448,28): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9460,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9470,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9483,23): error C3861: ‘_InterlockedCompareExc
hange’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9494,28): error C3861: ‘_InterlockedCompareExc
hange’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9507,31): error C3861: ‘_InterlockedCompareExc
hange64’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9517,31): error C3861: ‘InterlockedAnd64’: ide
ntifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9527,31): error C3861: ‘InterlockedOr64’: iden
tifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9537,31): error C3861: ‘InterlockedXor64’: ide
ntifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Users\akasp\Downloads\root_v6.20.00.source\root-6.20.00\core\winnt\src\TWinNTSystem.cxx(1522,43): error C2039: ‘Rip’
: is not a member of ‘_CONTEXT’ [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(7597): message : see declaration of ‘_CONTEXT’ [
C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Users\akasp\Downloads\root_v6.20.00.source\root-6.20.00\core\winnt\src\TWinNTSystem.cxx(1523,43): error C2039: ‘Rsp’
: is not a member of ‘_CONTEXT’ [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(7597): message : see declaration of ‘_CONTEXT’ [
C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Users\akasp\Downloads\root_v6.20.00.source\root-6.20.00\core\winnt\src\TWinNTSystem.cxx(1524,43): error C2039: ‘Rsp’
: is not a member of ‘_CONTEXT’ [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(7597): message : see declaration of ‘_CONTEXT’ [
C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(20029,5): error C3861: ‘__stosb’: identifier not
found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22632,27): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22643,19): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9317,23): error C3861: ‘_InterlockedIncrement’
: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9326,28): error C3861: ‘_InterlockedIncrement’
: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9338,32): error C2065: 'InterlockedIncrement64
': undeclared identifier [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9349,28): error C3861: ‘_InterlockedDecrement’
: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9358,28): error C3861: ‘_InterlockedDecrement’
: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9370,32): error C2065: 'InterlockedDecrement64
': undeclared identifier [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9384,23): error C3861: ‘_InterlockedExchange’:
identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9394,28): error C3861: ‘_InterlockedExchange’:
identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9406,31): error C3861: ‘InterlockedExchange64’
: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9418,23): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9428,23): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9438,28): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9448,28): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9460,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9470,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9483,23): error C3861: ‘_InterlockedCompareExc
hange’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9494,28): error C3861: ‘_InterlockedCompareExc
hange’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]

C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9507,31): error C3861: ‘_InterlockedCompareExc
hange64’: identifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9517,31): error C3861: ‘InterlockedAnd64’: ide
ntifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9527,31): error C3861: ‘InterlockedOr64’: iden
tifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9537,31): error C3861: ‘InterlockedXor64’: ide
ntifier not found [C:\Users\akasp\root\core\winnt\Winnt.vcxproj]

C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(20029,5): error C3861: ‘__stosb’: identifier not
found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22632,27): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22643,19): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9338,32): error C2065: 'InterlockedIncrement64
': undeclared identifier [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9370,32): error C2065: 'InterlockedDecrement64
': undeclared identifier [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9406,31): error C3861: ‘InterlockedExchange64’
: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9460,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9470,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9517,31): error C3861: ‘InterlockedAnd64’: ide
ntifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9527,31): error C3861: ‘InterlockedOr64’: iden
tifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9537,31): error C3861: ‘InterlockedXor64’: ide
ntifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\shared\stralign.h(120,38): warning C4090: ‘argument’: diffe
rent ‘__unaligned’ qualifiers [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
FTCharmap.cxx
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(20029,5): error C3861: ‘__stosb’: identifier not
found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22632,27): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22643,19): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9317,23): error C3861: ‘_InterlockedIncrement’
: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9326,28): error C3861: ‘_InterlockedIncrement’
: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9338,32): error C2065: 'InterlockedIncrement64
': undeclared identifier [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9349,28): error C3861: ‘_InterlockedDecrement’
: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9358,28): error C3861: ‘_InterlockedDecrement’
: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9370,32): error C2065: 'InterlockedDecrement64
': undeclared identifier [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9384,23): error C3861: ‘_InterlockedExchange’:
identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9394,28): error C3861: ‘_InterlockedExchange’:
identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9406,31): error C3861: ‘InterlockedExchange64’
: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9418,23): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9428,23): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9438,28): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9448,28): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9460,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9470,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9483,23): error C3861: ‘_InterlockedCompareExc
hange’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9494,28): error C3861: ‘_InterlockedCompareExc
hange’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9507,31): error C3861: ‘_InterlockedCompareExc
hange64’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9517,31): error C3861: ‘InterlockedAnd64’: ide
ntifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9527,31): error C3861: ‘InterlockedOr64’: iden
tifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9537,31): error C3861: ‘InterlockedXor64’: ide
ntifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\shared\stralign.h(120,38): warning C4090: ‘argument’: diffe
rent ‘__unaligned’ qualifiers [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
FTContour.cxx
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(20029,5): error C3861: ‘__stosb’: identifier not
found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22632,27): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(22643,19): error C3861: ‘__readgsqword’: identif
ier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9317,23): error C3861: ‘_InterlockedIncrement’
: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9326,28): error C3861: ‘_InterlockedIncrement’
: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9338,32): error C2065: 'InterlockedIncrement64
': undeclared identifier [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9349,28): error C3861: ‘_InterlockedDecrement’
: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9358,28): error C3861: ‘_InterlockedDecrement’
: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9370,32): error C2065: 'InterlockedDecrement64
': undeclared identifier [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9384,23): error C3861: ‘_InterlockedExchange’:
identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9394,28): error C3861: ‘_InterlockedExchange’:
identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9406,31): error C3861: ‘InterlockedExchange64’
: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9418,23): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9428,23): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9438,28): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9448,28): error C3861: ‘_InterlockedExchangeAd
d’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9460,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9470,31): error C3861: ‘InterlockedExchangeAdd
64’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9483,23): error C3861: ‘_InterlockedCompareExc
hange’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9494,28): error C3861: ‘_InterlockedCompareExc
hange’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9507,31): error C3861: ‘_InterlockedCompareExc
hange64’: identifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9517,31): error C3861: ‘InterlockedAnd64’: ide
ntifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9527,31): error C3861: ‘InterlockedOr64’: iden
tifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h(9537,31): error C3861: ‘InterlockedXor64’: ide
ntifier not found [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\shared\stralign.h(120,38): warning C4090: ‘argument’: diffe
rent ‘__unaligned’ qualifiers [C:\Users\akasp\root\graf3d\ftgl\FTGL.vcxproj]
FTExtrdGlyph.cxx

It looks like you build in 64 bit mode. Did you follow the recipe I gave you to build in 32 bit mode?