Windows 7 SDK RC and Beta

I downloaded the Windows 7 SDK which was downloaded during the beta. I have now upgraded to RC and tried some Direct2D samples. But I am unable to create a factory pointer using the D2D1CreateFactory API. It always returns NULL. Even the samples downloaded from MSDN don't work well either.

There are some changes in Beta - RC

Is this due to SDK version mismatch?

0


a source to share


1 answer


Well, I wouldn't use the old beta Windows SDK. I recommend that you uninstall the beta and install the SDK that is specific to the operating system you are running on. In this case, Windows 7 SDK RC .



0


a source







All Articles