I'm compiling against 2.6.1, and am including
#pragma comment( lib, "sfml-main.lib")
#pragma comment( lib, "sfml-graphics.lib")
#pragma comment( lib, "sfml-system.lib")
#pragma comment( lib, "sfml-window.lib")
in my program, and when it links, on the sample tut, it can't find Green (the static color), and it can't find external symbol static class sf::RenderStates const sf::RenderStates::Default.
Has anybody else seen this?
a