SFML community forums

Help => General => Topic started by: DevilEdge on July 05, 2014, 04:04:19 pm

Title: The application was unable to start correctly (0xc000007b)
Post by: DevilEdge on July 05, 2014, 04:04:19 pm
Hi there,

I successfully compiled the latest SFML sources with cmake and linked them to the latest CodeBlocks (MinGW 4.8.1) and Windows 8.1, but whenever I compile and run the executable, the program crashes immediately with the error code listed in the title. Just to be clear, the program compile successfully with no linker or syntactic errors in my game engine. If anyone could shed some light on what exactly the issue is, I'd be ever so grateful.

Thanks!
Title: Re: The application was unable to start correctly (0xc000007b)
Post by: eXpl0it3r on July 05, 2014, 04:46:21 pm
How much time did you spend researching you issue, especially here on the forum? ;)

Did you recompile SFML? Because there are no official builds for MinGW 4.8.1.
Also googling the error code reveals that there might be a architecture conflict. Is you compiler x64?