Hello,
When i try to run the code on the tutorial about: Graphics - Drawing simple shapes
I get buffer overflow error on the first line of Draw.
App.Draw(sf::Shape::Line(10, 10, 710, 100, 15, sf::Color::Red));
Using Console project and included the graphics-s.lib
Thank you in advance.