niessner / VoxelHashing

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

Compiling with vs15 requires legacy_stdio_definitions.lib #6

Open Masterxilo opened 7 years ago

Masterxilo commented 7 years ago

Compiling with vs15 requires adding the library legacy_stdio_definitions.lib, otherwise the linker does not find _vsnwprintf. Maybe this should be mentioned somewhere.

shelumielzhang commented 7 years ago

Hi,Which OS do you use? I use Windows 10 ,but it tells 'failed creating the direct3D device'

Masterxilo commented 7 years ago

@shelumielzhang Windows 8.1. What you are describing is a runtime error, you might want to make your own issue if you can reproduce this consistently.