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

Author Topic: CodeBlocks libstdc++-6.dll??  (Read 3137 times)

0 Members and 1 Guest are viewing this topic.

dpixel

  • Newbie
  • *
  • Posts: 20
    • View Profile
CodeBlocks libstdc++-6.dll??
« on: August 26, 2013, 09:35:23 pm »
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.   :-[

« Last Edit: August 26, 2013, 10:48:37 pm by dpixel »

 

anything