Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - CactiPlant

Pages: [1]
1
General / __gxx_personality_v0
« on: July 10, 2014, 11:35:40 pm »
I setup everything in my codeblocks project following this tutorial:
http://www.sfml-dev.org/tutorials/2.1/start-cb.php#creating-and-configuring-a-sfml-project

Whenever I run the test project, it compiles without any errors, but it gives this error when launching;
"
The procedure entry point __gxx_personality_v0 could not be found in DLL-File {myProjectFolder}sfml-graphics2.dll
"
Most sulutions I found on the internet are something with deleting duplicates of libstdc++-6.dll, but I don't have that file anywhere.

I'm running Windows 8.1 and CodeBlocks 13.12 and I downloaded the "GCC 4.7 MinGW (DW2) - 32 bits" for windows.

Thanks for the help!

Pages: [1]
anything