The application failed to initialize properly (0xc0150002)

后端 未结 5 1163
醉梦人生
醉梦人生 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 10:01

    This is probably caused by SFML being compiled with another version of Visual C++ (I guess it's 2008 or even 2005). You are apparently missing the corresponding manifest file and msvc*.dll libraries. I would suggest recompiling SFML yourself using VS 2010 as it will save you a lot of trouble with manifest tweaking.

提交回复
热议问题