1
Window / Weird errors when I render a window
« on: July 16, 2017, 10:07:03 pm »
I keep having these errors when ever I render a new window (see attachment). I have an extremely simple code:
I hope I can solve this problem!
#include <SFML\Graphics.hpp>
int main()
{
sf::RenderWindow window(sf::VideoMode(200, 200), "Application");
}
int main()
{
sf::RenderWindow window(sf::VideoMode(200, 200), "Application");
}
I hope I can solve this problem!