Good evening everyone
So, I'm completely new to sfml, and I'm having some errors here to run my "hello world" using this library...
Anyway, I just followed exactaly the instructions on this link
http://www.sfml-dev.org/tutorials/2.1/start-cb.php#creating-and-configuring-a-sfml-projectthen, I got my first problem, It was saying that sfml-graphics-2.dll was missing
So I just get these dlls from the sfml2.1/bin folder and placed it in the same folder of the executable file
after all of this, I'm getting the following error:
It says that the procedure at entry point __gxx_personality_v0 could not be located in libstdc++-6.dll
I have no idea what this means.
By the way, I'm using code blocks on windows 7 and MinGW
Thanks