1
Graphics / Re: Undefined refference to sf::Texture::loadFromFile
« on: April 06, 2018, 07:17:07 pm »It's never about the IDE, it's always about the compiler the IDE uses.
So where did you get SFML from? What OS are you using?
If that version wasn't built with the exact same compiler that you use, it might not work.
You shouldn't define SFML_STATIC in your code and you shouldn't define SFML_STATIC at all if you're not linking SFML statically.
I got it with sudo apt-get install libsfml-dev. I am using lubuntu. I got your point with SFML_STATIC, thank you.
While waiting for response I will now try to build new version with up-to-date tools