Hello, I'm using Codeblocks 12.11 on Windows XP since a few days after having used it with success on Linux. Trying to port my command line program I meet the following problem. The program compiles well with Mingw 4.7 and it runs perfectly as long as I remain in the Codeblocks environment, but when I try to launch it from a terminal I get the following error:
"The procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll."
I suppose this might mean that I have several libstdc++-6.dll installed, but I don't know how to cope with this kind of problem, at least I'd like to know the execution command run by Codeblocks in order to fix this.
Thank you in advance for your help.