Hi,
I set up Code::Blocks with Mingw4.7 exactly as in the tutorial.
I use SFML 1.2 for Mingw 4.7
I can compilate the testcode from the tutorial without any warnings or errors.
When I try to run the exe an error appears "The procedurepoint "__gxx_personalty_v0" could not be found in "libstdc++6.dll""
I copied all SFML dlls to where the exe is.
What is the problem here?