Ok. I'm getting this error like others on here.
The procedure entry point __gxx_personality_v0 could not be located in the dynamic link library libstdc++-6.dll.
So I've downloaded the GCC 4.7 TDM (SJLJ) - 32 bits 2.0 version, recompiled and still getting this error.
I tried the 2.1 version as well.
I have Code Blocks 12.11 and using the pre-packaged compiler.
I also noticed in the bin directory of Mingw, I have both of these files:
libgcc_s_sjlj-1.dll
libgcc_s_dw2-1.dll
I don't know if it makes any difference.
Thanks for any possible help.
UPDATE:Got it fixed. I forgot to change out the dll files in my project folder when I changed versions.