Heya, this is my first post here and i'd like to say hi to everybody
now to the point:
I am using Dev C++ as IDE and when i try to compile the simplest window app(just using window.hpp) i keep getting those errors:
--------------------
In function `main':
[Linker error] undefined reference to `sf::VideoMode::VideoMode(unsigned int, unsigned int, unsigned int)'
[Linker error] undefined reference to `sf::Window::Window(sf::VideoMode, std::string const&, unsigned long, sf::WindowSettings const&)'
[Linker error] undefined reference to `sf::Window::Display()'
[Linker error] undefined reference to `sf::Window::~Window()'
[Linker error] undefined reference to `sf::Window::~Window()'
ld returned 1 exit status
--------------------
I just don't understand why i get those link errors.
I did a small search and i found that those errors occur when i am using a function that is not inside the headers i include but i think everything is fine...
I have tried everything(look for other tutorials, rewrite the code a hundred times) but still nothing.
I am kinda newbie to libraries so i could use some help