13
« on: July 06, 2013, 03:55:08 pm »
Hello everybody, I'm new here. I've recently started studying C++ and want to learn some graphics library. And I thought SFML would be a good choice. Now, let's get down to the problem.
I followed the tutorial on installing SFML on Code::Blocks several times, each time with a fresh install of Code::Blocks, but once I try to compile my code, it always says "The procedure entry point__gxx_personality_v0 could not be located in the dynamic link library libstdc++-6.dll". I've been searching the Internet for a solution quite awhile now, but nothing seems to work. So that's why I'm asking here. The code I'm trying to compile is the example code in the Code::Blocks setup tutorial.
Thanks in advance.