TheRealMJP / DeferredTexturing

A rendering sample that demonstrates bindless deferred texturing using D3D12
MIT License
491 stars 46 forks source link

HosekSky old compiler #5

Open ghost opened 7 years ago

ghost commented 7 years ago

Hello, I tried compile demo with MSVC 2017. Need update libs.

Severity    Code    Description Project File    Line    Suppression State
Error   C1047   The object or library file '..\Externals\HosekSky\Lib 2015\HosekSky.lib' was created with an older compiler than other objects; rebuild old objects and libraries   BindlessDeferred    C:\Users\capitalknew\Documents\DeferredTexturing\BindlessDeferred\LINK  1   
TheRealMJP commented 7 years ago

I haven't been able to reproduce this myself when compiling with the VS 2017 toolset. Are you currently trying to compile the master branch, or the experimental branch? I did recently update the experimental branch to directly compile a few externals (including the HosekSky library) into the executable instead of linking to static libs, and I re-compiled DirectXTex with VS 2017. So if you're on that branch, you can try getting latest and seeing if it works for you.

ghost commented 7 years ago

master branch as I know