walbourn / directxtkmodelviewer

A SDKMESH/CMO model viewer using DirectX Tool Kit for DirectX 11
https://github.com/Microsoft/DirectXTK
MIT License
39 stars 14 forks source link

Debug build of model viewer doesn't work on Windows 7 #2

Closed nasenbaer43 closed 6 years ago

nasenbaer43 commented 6 years ago

Hi Chuck, guess this method is not available for Windows 7. E.g. see https://msdn.microsoft.com/en-us/library/windows/desktop/dn268307(v=vs.85).aspx: Minimum supported client: Windows 8.1 [desktop apps | Windows Store apps]. Removing the #if defined(_DEBUG) stuff works.

walbourn commented 6 years ago

Fixed in this commit