I am trying to use smfl with code blocks, and I get weird errors when I try to use static SFML libraries. So, instead, I tried dynamic libraries, moved all the SMFL dll files to my project bin/debug and bin/release folders, and, it compiles, but when it runs it gives me this error:
Entry Point Not Found
The procedure entry point __gxx_personality_v0 could not be located in the dynamic link library libstdc++-6.dll
I tried moving libstdc++-6.dll to both the release and debug folder, as that is what google told me to do, but that did not solve it.
This error is really confusing, how do I solve it?