Page 1 of 1

WindowsNumerics

Posted: September 26th, 2017, 6:32 pm
by albinopapa
Windows numerics
I'm going to assume most of us have made vector and matrix classes in the past, but for those that haven't or don't want to, I found this while browsing the MSDN. Don't know if it's recent or not, but this is the first time I've seen it on the website. It even has interoperability with the DirectX math library.

Re: WindowsNumerics

Posted: September 27th, 2017, 12:55 am
by MrGodin
I can't include it in VS 2015, but works in VS 2017 #include <Windowsnumerics.h>

Re: WindowsNumerics

Posted: September 27th, 2017, 1:31 am
by albinopapa
Thanks for mentioning that.

I was able to include it in VS 2015
#include <WindowsNumerics.h>

Re: WindowsNumerics

Posted: September 27th, 2017, 1:34 am
by albinopapa
In VS 2015, which SDK do you have active? I have 10.0.14393.0 active and it seems to be ok with it. It doesn't like the 8.1 SDK though.

Re: WindowsNumerics

Posted: September 28th, 2017, 12:54 am
by MrGodin
Yeah i have the 8.1 SDK running in VS 2015.