I am having an assertion when using sf::Text::getString(). I have attached an image of the message.
mText.setString("Hello");
std::string text = mTextLine.getString(); // Assertion!
Besides calling sf::Text::getString() everything is working fine when I use sf::Text.
Searching around I found a similar issues on stackoverflow.
http://stackoverflow.com/questions/18882760/debug-assertion-failed-expression-pfirstblock-phead I am having the same problem, "it blows up at the precise point where I pass a string back across a .dll boundary."
I have verified I have Multi-threaded Debug DLL (/MDd) set. I have rebuilt SFML-2.1 with Visual Studio 2013. Still the problem persists.
I am out of ideas. Anyone have experience with this?