I'm following an SFML/c++ tutorial, and I'm trying to learn c++. I'm pretty sure all the code is correct, but whenever I build it, all mentions of SFML like "sf::Clock clock" and such are errored like so: "undefined reference to `sf::RenderWindow::~RenderWindow()'"
I'm using SFML 2.1 and Codeblocks 13.12
Is it because I installed SFML wrong? I've tried to install and reinstall it many times, and followed at least 4 video and text tutorials on installation, including the official one. Help is appreciated
Thanks, Flygamer101
Edit: I still cannot find a fix.