The application failed to initialize properly (0xc0150002)

后端 未结 5 1136
醉梦人生
醉梦人生 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:05

    Run the exe in the VS 2010 debugger with the following settings:

    1. Debug->Options and Settings->Debugging->Output Window->Module Load Messages -- On
    2. Debug->Exceptions->Win32 Exceptions->c0000135 Unable to Locate DLL (should be On)

    Now, I think, it should help you identify which DLL fails to load.

提交回复
热议问题