Are you using the vs2008 libs when your are using vs2005?
i use mingW and therefore the mingW libs are linked.
After some debugging, is am able to determine the error.
sf::String success = sf::String("ERFOLG!",sf::Font::GetDefaultFont(),50.f);
success.SetColor(sf::Color(255,255,255));
If i comment both lines, the program ist executable (thus the sf::shape doesnt act as in 1.3 during moving).