On Jul 5, 2022, at 10:54 PM, Richard Sharpe <realrichardsharpe@xxxxxxxxx> wrote:
> C:\Development\wsbuild64>cmake -G "Visual Studio 16 2019" -A x64
> C:\Users\Richard.Sharpe.A00187\source\wireshark-gl-ds
> -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19043.
> -- The C compiler identification is MSVC 19.29.30145.0
> -- The CXX compiler identification is MSVC 19.29.30145.0
And mine says
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19044.
-- The C compiler identification is MSVC 19.29.30145.0
-- The CXX compiler identification is MSVC 19.29.30145.0
So same compiler, and I have an *older* SDK.
What does the output of CMake say about C11?
And does it run the compiler with /std:c11?