I have code blocks and MinGW. I downloaded SFML, installed everything properly following the tutorial. Everything compiles very well, but when the console pops up, this error shows up:
The procedure entry point __gxx_personality_v0 could not be located in the dynamic link library libstdc++-6.dll.
Can anyone explain me what to do? I tried downloading another libstdc++-6.dll, but then I just get "don't send" error. I tried un-installing everything but after I downloaded new Codeblocks with MinGW compiler in it, I still get the same error. Tried to search in the net, but I weren't able to find any solution that I could understand.