Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Window
»
Errors when trying to render window
Print
Pages: [
1
]
Author
Topic: Errors when trying to render window (Read 1812 times)
0 Members and 1 Guest are viewing this topic.
Dr. Dualech
Newbie
Posts: 1
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.
Logged
Laurent
Administrator
Hero Member
Posts: 32498
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.
Logged
Laurent Gomila - SFML developer
Print
Pages: [
1
]
SFML community forums
»
Help
»
Window
»
Errors when trying to render window
anything