SFML community forums

Help => General => Topic started by: Proclivitas on October 24, 2013, 09:36:33 am

Title: Entry Point Not Found
Post by: Proclivitas on October 24, 2013, 09:36:33 am
Running through the walkthrough @ http://www.sfml-dev.org/tutorials/2.1/start-cb.php
Trying to run the example program and I get the error:

The procedure entry point __gxx_personality_v0 could not be located in
the dynamic link library libstdc++-6.dll

I have moved the dlls from the SMFL\bin to my complied .exe folder.
Title: Re: Entry Point Not Found
Post by: slotdev on October 24, 2013, 10:32:40 am
Can you provide us more information about your environment? What PC, compiler, IDE, etc....and did you rebuild SFML from the source or download binaries?
Title: Re: Entry Point Not Found
Post by: eXpl0it3r on October 24, 2013, 10:54:50 am
The procedure entry point __gxx_personality_v0 could not be located in
the dynamic link library libstdc++-6.dll
This error usually occurs when you're mixing different versions of runtime libs, that is different version of SFML. Make sure the binaries of SFML were compiled with the same compiler as you're running.
If you're using C::B default compiler, you'll need the TDM SJLJ package.