I've tried doing some tutorials, but I've got another error:
obj\Debug\main.o||In function `main':|
E:\info\stuff\Test\main.cpp|6|undefined reference to `sf::RenderWindow::RenderWindow(sf::VideoMode, std::string const&, unsigned long, sf::WindowSettings const&)'|
E:\info\stuff\Test\main.cpp|11|undefined reference to `sf::RenderWindow::~RenderWindow()'|
E:\info\stuff\Test\main.cpp|6|undefined reference to `sf::RenderWindow::~RenderWindow()'|
||=== Build finished: 3 errors, 0 warnings ===|
I know it's the same type of problem, but I just don't understand how I can solve this. I included <SFML/Graphics.hpp> . Other stuff works fine, but I can't use RenderWindow. I did copy the dll's to the executable's directory, I liked to -lsfml-window, but it still doesn't work.
I tried copying source codes from several tutorials, but none works, so I think the problem is I liked something wrong.