Debugging load time error in C++ SDL2 program compiled with VS2015 on Win10

前端 未结 3 2120
无人共我
无人共我 2021-01-11 22:13

I\'m writing a project in C++ with SDL2 on 64-bit Windows 10 using Visual Studio 2015. I recently purchased a new Windows 10 laptop and cloned my project from github. My pro

3条回答
  •  無奈伤痛
    2021-01-11 22:52

    Note that Dependency Walker has 32 and 64 bit version. If your application is 32-bit you should use the 32 bit version. Otherwise the Dependency Walker will see the libs to System32 and not SisWOW64. You image show 32bit and 64bit libs mixed, where 64 has error.

提交回复
热议问题