Entry point not found

I have two SFML projects. Both of them compile just fine using Code::Blocks. Running the .exe of the first project is just fine, but I'm getting...

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

...when I try to run the .exe of the second project. As far as my searching has come up with, the problem is running g++ instead of gcc. My understanding of that is sketchy at best, but I can't seem to find an answer related to .exe's. Anyone help please?
Topic archived. No new replies allowed.