Hi all, I've just started using SFML but for some reason when I run the Window-Window.cpp tutorial code the window freezes as soon as it appear. I can't minimize it or anything and have to end it throug task manager. I've tried running the very first SFML clock code and that runs fine inside a consol window so it seems that I've set SFML up okay.
I'm using visual studio 2008 and running on Windows 7 64bit btw.
I've tried putting the code in different types of projects, I've tried a Win32 project, and just a basic consol project. I've also put the code in a blank project of both types (window and consol) and that doesn't work. I'm linking to the sfml-window-s.lib, sfml-system-s.lib and sfml-main.lib. I've tried linking to the first two non-statically, I've tried switching between debug and release mode and adding the -d suffix accordingly.
Any ideas would be much appreciated - thanks!