I keep having these errors when ever I render a new window (see attachment). I have an extremely simple code:
#include <SFML\Graphics.hpp>
int main()
{
sf::RenderWindow window(sf::VideoMode(200, 200), "Application");
}
I hope I can solve this problem!