0 Members and 1 Guest are viewing this topic.
as the window class does not contain a draw function like 1.6
As in SFML 1.6, you must use a sf::RenderWindow, not a sf::Window.
And how would you've deduced this? Did you're "intelligent" part of your IDE "tell" you this?
I am using VS2010 and it said the window.draw() didn't exist even when I tried to compile it, it ends up I had to use sf::RenderWindow instead of sf::Window. I didn't realize that