Wolfram, did you check the output of std::cerr (normally the console)? Isn't there any error message?
Some applications starts, but the console window/sfml window/... doesn't appear!
The application doesn't do anything.
In the task manager i can see that the application runs, but that's all
You can also try to debug your application in order to find the point where it freezes.
I'm not very experienced in using the debugger.
But the debugger doesn't stop running, and i can't see any errors.
The application runs, but it doesn't do anything! (no console window, no sfml-window)
This problems I've got only with SFML2 branch from SVN.
EDIT:I found out, that my applications runs when I link the static sfml-libs.
But if I use the dynamic ones, it doesn't work.
I don't understand it^^