Hello all,
So I've started learning SFML this week for my C++ project. As the title says, I'm having problems running the tutorial examples. I'm using the libs and dlls compiled on Visual Studio 2010 - somehow I can't get thorugh buildig them, so I downloaded from here (someone posted the built things) - and their respective debug versions as I am building debug version of the little examples.
Now, the problem: the application builds but doesn't run properly. The window that was supposed to show up doesn't show, and I have to kill the application via the Task Manager.
I'm using Visual Studio 2010 Professional.
On a separate note: I get the feeling the whole problems are the libs and dlls. I downloaded them because, as I said, I can't get them to be built on my IDE. On the Debug DLL mode, the sfml-xxx-d-.lib aren't created, and the sfml-graphics keep getting errors.
Any help is appreciated, this is driving me nuts. Thanks!