Hello SFML Forum!
I recently wanted to try SFML so I set to work on the tutorial to set up codeblocks with SFML 2.1
I have followed the guide step by step. I can compile, but launching it gave me graphics something .dll is missing. I added the graphics dll to my directory, but now I'm spawning an additional error.
The procedure entry point __gxx_personality_v0 could not be located in the dynamic link library
...dir here \sfml-graphics-d-2.dllSo I have no idea what this means. To recap, I dl'd 2.1 GCC 4.7 MinGW (DW2) - 32 bits, and am running the stock code given to test it from the tutorial.
any guidance or help appreciated. Thank you