Unresolved external symbol __vsnprintf … (in dxerr.lib)?

后端 未结 7 741
感情败类
感情败类 2020-12-04 14:36

I am running a DirectX 11 application on windows 7 and visual studio community 2015 RC. I\'m still using functions from the DX SDK. It worked fine on VS2013 but when I switc

7条回答
  •  遥遥无期
    2020-12-04 14:59

    I experienced the same problem using DXGetErrorMessage() with Dx9 and found out that MS have provided an additional library to include in the Additional Dependencies properties page to address this problem. The library name is: legacy_stdio_definitions.lib

    Adding this resolved the issue for me.

提交回复
热议问题