niessner / VoxelHashing

[Siggraph Asia 2013] Large-Scale, Real-Time 3D Reconstruction
Other
670 stars 201 forks source link

DirectX SDK June 2010 . #5

Open Shawireland opened 7 years ago

Shawireland commented 7 years ago

Hey I have not been able to get this running, I have Win 10 and VS 2015 , I get the error about DX SDK , This has some more info https://social.msdn.microsoft.com/Forums/en-US/ca03a834-1108-4767-b19c-773cfd8a47e5/is-dxsdkverh-header-file-missing-from-the-windows-sdk-as-of-8-and-81?forum=windowssdk

. I am not a strong coder, but love what to have made here.

Andy.

Masterxilo commented 7 years ago

You have to download the dx sdk June 2010 from microsoft https://www.microsoft.com/en-us/download/details.aspx?id=6812

I had an issue (linker error) with D3DCompileFromFile not being found in that sdk's d3dcompiler.lib. I just deleted the d3dcompiler.lib from the 2010 sdk causing the linker to use the one from the platform sdk which worked fine.