SFML community forums

Help => General => Topic started by: TestZombie on February 28, 2016, 09:35:53 am

Title: Error 0xc000007b SOLVED
Post by: TestZombie on February 28, 2016, 09:35:53 am
I compile on a windows 7, 64 bit laptop with vs 2015. The program(s) works on my laptop, and my windows 7, 64 bit desktop; it does not work on 2 windows 10 computers and a windows 7 computer owned by my friends.

I am using sfml 2.3.2 with c++, when executing a program that i compiled (one with graphics, system, and window, and another with system and networking), the computer throws an error "The application was unable to start correctly (0xc000007b). Click OK to close the application" . I have programs that I made also with sfml that do not throw the error, but i still believe the issue to be sfml (or probably my handling of it) because if I remove one of the sfml files nessesary for dynamic linking, I get a window saying that such file (eg sfml-audio-d-2.dll) is missing like normal, but when I have all of the necessary files the window pops up.

looking for any real reason this might happen, or a solution to the issue.
just ask for more information if necessary as I don't know what to include. thanks for any response.


----EDIT----

I apoligize for not trying this sooner, but I tried to use another program without sfml at all
(click to show/hide)

and I received the same error message when executing, I'm still asking for help, it just probably isn't related to sfml.

----EDIT-----
Turns out I'm just dumb and needed to compile in release...
Title: Error 0xc000007b
Post by: eXpl0it3r on February 28, 2016, 11:41:42 am
Did you try to search for the error? It's quite common and you'll get a ton of answers. ;)

It usually has to do with incompatible architectures (x64 vs x86).
Title: Re: Error 0xc000007b
Post by: TestZombie on February 29, 2016, 04:03:44 am
words


It turns out, that I just needed to compile in release  :-[
but thanks any way.