The application was unable to start correctly (0xc00007b)

為{幸葍}努か 提交于 2019-12-01 22:39:56

问题


I've searched at a lot of places, asked a lot of people, but didn't found an answer to fix this issue..

I've just created a game in C++ with SFML in Visual Studio Community 2015. My project settings are set like they have to (followed this guide).

When I runu the game on my pc, it works totally fine. If it runs on a pc without Visual Studio 2015, it will crash and returns the following error:

The application was unable to start correctly (0xc00007b)

I've also downloaded Dependency Walker, to check the .exe on errors and it results a couuple of errors. They can be seen in this screenshot. Sorry for the dutch error after Error opening file. It says: The system can't find the given file.

These are the dll's I'm icluding in the root folder of my game:

I'm hoping you guys can help me out.. Thanks in advance!


回答1:


This error code rings a bell - have you installed the visual c++ redistributable package on the PCs where VS is not installed? You should be able to find the package in your VS folder (program files).



来源:https://stackoverflow.com/questions/36777156/the-application-was-unable-to-start-correctly-0xc00007b

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!