So I found an answer to my previous question on how to properly use sf::Views, altough now suddenly, not sure exactly when this problem occured. But as long as I'm moving my mouse around my SFML program completely freezes. I googled my way to
http://en.sfml-dev.org/forums/index.php?topic=6079.0 where the solution is to :
"comment the call to ProcessJoystickEvents in src/SFML/Window/Window.cpp"
Altough I don't know where or how I find the Window.cpp file, so my question is simply this: How do I locate that file? I'm using Visual C++ Studio 2010, so is it a file I need to look for within Visual Studio or do I need to go around different directories to find it?
Any help is appreciated :/
EDIT: Alright, so I haven't had this problem with my other projects before which are much smaller than this project. But now all of a sudden all of my SFML projects freeze on mouse movement so I really believe it's the same problem as the one in the thread I linked.
And also, I'm using the Static library.