jarikomppa / dxwrapper

DirectX 1-7 wrapper project for making old games run on new hardware
81 stars 18 forks source link

Deleted missing references & added DirectX SDK files #5

Open protocultor opened 4 years ago

protocultor commented 4 years ago

Visual Studio 2017 will complain about a missing "ddoutput.h" when trying to compile. Also, there's a declaration of a nonexistent "d3d9InterfaceQuery". With both gone, VS 2017 works fine.

Also, all three DirectX 8.1 header files are included and referenced directly in the solution; it's better to include 324 KB here than to ask for 170 MB that will be unused for the most part. The best aspect is that no one will need to change their "IncludePath"; both the generator and the wrapper are ready to compile.