The application failed to initialize properly (0xc0150002)

后端 未结 5 1179
醉梦人生
醉梦人生 2020-12-11 09:09

I\'m trying to compile an SFML program I\'ve writting in Visual C++ 2010. It compiles fine, but when I run the executable I get this error:

The application          


        
5条回答
  •  清歌不尽
    2020-12-11 09:44

    If you are using Visual Studio 2015, please change the Platform Toolset to either VS 2010 or VS 2008. This option is available in Project->Properties->Configuration Properties->General.

提交回复
热议问题