Hi!
I have a problem with linking my project. It compiles fine, but when linking, it says
undefined reference to `sf::Window::Display()'
I have included Window.hpp and I tried to display my window:
#include <SFML/Window.hpp>
App->Display();
What could I have forgotten? I'm using Code::Blocks and in the linker-tab, I've added libsfml-system.a as a library to link and -lsfml-system
as a parameter to the linker. The library is taken form the SDK, folder \lib. I am compiling with mingw g++, version 4.3.3.