Hello everyone!
I wanted to start learning SFML, found what looks like a good tutorial. but ran into some problems.
(Using Code::Blocks)
1. The exe....no window comes up when I run it.
2. When I "build and run" the debug version, it says I'm missing sfml-graphics.dll
3. I tried moving the dll files into a the "bin" folder, no change, moved them into the main folder, which has the codeblocks project file and all that stuff, it no longer tells me im missing them, but the console just...remains blank.
I may have installed SFML wrong, or my friend tell me I may have the wrong GCC compiler. Wondering if anyone knows something about this and can help out. Here is the tutorial I was looking at:
http://redkiing.wordpress.com/2009/08/20/your-first-sfml-game-part-i-introduction/Thanks!