microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.47k stars 393 forks source link

The vs2015 projects don't compile #60

Closed sleepyspider1 closed 4 years ago

sleepyspider1 commented 4 years ago

Are these auto generated? The project type is set to build a static lib. Does not link against the import lib d3d12.lib at all. It doesn't know what winmain is either.

walbourn commented 4 years ago

It create a static lib. You are expected to use either project-to-project references from your own Win32 desktop app or use NuGet. See the wiki and the getting started tutorials.