Attempting to compile in Visual Studio 2017 gives the "unknown compiler" error. This is because string_s.h does not support it.
Copying the 2015 one and simply changing the _MSC_VER check to VS2017's one - 1912 - Gets it to compile, but I'm unsure of how the other variables parameters are calculated.
Attempting to compile in Visual Studio 2017 gives the "unknown compiler" error. This is because string_s.h does not support it.
Copying the 2015 one and simply changing the _MSC_VER check to VS2017's one - 1912 - Gets it to compile, but I'm unsure of how the other variables parameters are calculated.