Hello! I found SFML very easy and nice library for games (thanks Laurent), but I just disappointed with it's installation. So I created a simple project (Hello World with Green circle) in CodeBlocks, followed the guide on site, and after run, it started complaining about something like libgcc_s_sjlj_1.dll was not found. I moved it to the .exe directory (i used -static-libgcc and -static-libstdc++ flags, but it didn't work). Then it happened with libstdc++6.dll and DW2 dll. Then I ran my .exe, and it said: There is no entry point for _gxx_personality in libstdc++6.dll. I CAN'T even run hello world. Why it is so problematic? Is it my PC's issue or library issue or compiler issue? In VS 2008 Express the same problem (I used VC++ build). Can you explain why it is happening and how can I fix it?
Thanks.