GPUOpen-Effects / TressFX

DirectX 12 and Vulkan libraries that provide convenient access to realistically rendered and simulated hair and fur
MIT License
789 stars 131 forks source link

Error on Start #29

Open Psynema opened 7 years ago

Psynema commented 7 years ago

Anyone have a clue? I'm not a programmer but keep getting this error on run time

TressFX/amd_tressfx/build/../lib/VS2015/Win32/Lib_Debug/GPUOpen_TressFX.x86d.lib is not a valid Win32 application.

Tried reinstalling VS but didnt help.

ZhengzhongSun commented 6 years ago

The same error. Anyone have a solution?

c6burns commented 5 years ago

You are pushing F5 (to start debugging) in Visual Studio, but your startup project is not an executable, it's a library. Look in amd_tressfx_sample/bin for the executable. Also you might as well build in Release mode, since I doubt you actually want to debug.