While trying to run c++
programs with MINGW & CODEBLOCKS I am getting the following error
The procedure entry point `_gxx_persopnality _v0` could not be located in the dynamic link library `libstdcc++-6.dll`
This is a picture of the current setting I am using. I am using G++
and NOT gcc
Note :
- I have set the path of MINGW in my path(environment variables)
- Getting this error since i downloaded QT SDK which comes with its own Mingw
- Reinstalled both Codeblocks and MINGW several times.
- Both my path and system variables are set to point to my installation location of MinGW's bin directory.
How do I resolve this error? I want to use both codeblocks and qt