Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Weird errors when I render a window  (Read 1366 times)

0 Members and 1 Guest are viewing this topic.

CPlusPlus

  • Newbie
  • *
  • Posts: 2
    • View Profile
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:
#include <SFML\Graphics.hpp>

int main()
{
        sf::RenderWindow window(sf::VideoMode(200, 200), "Application");
}
 

I hope I can solve this problem!  :)

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: Weird errors when I render a window
« Reply #1 on: July 16, 2017, 11:11:00 pm »
If you search the error message on the forum or google you'll quickly find out that it has to do with you not using the correct runtime dlls.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything