DeferredTexturing
DeferredTexturing copied to clipboard
HosekSky old compiler
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
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.
master branch as I know