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

Author Topic: Errors when trying to render window  (Read 1304 times)

0 Members and 1 Guest are viewing this topic.

Dr. Dualech

  • Newbie
  • *
  • Posts: 1
    • View Profile
Errors when trying to render window
« on: February 01, 2015, 09:26:19 am »


So I've been receiving these errors when trying to get a simple Window to open. The errors are primarily the result of ContextSettings errors and the _window static variable. Some comments and help with the code would be greatly appreciated. Sorry for the size, just open the image in a new tab.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Errors when trying to render window
« Reply #1 on: February 01, 2015, 11:40:26 am »
Your destructor and _window variable are declared but not defined. Google is your friend if you don't know how to define a static member variable.

Intellisense errors are not errors, ignore them.
Laurent Gomila - SFML developer

 

anything