Yes, and the same goes for the link you just posted. It complains about not finding "sfml-graphics-2.dll", there are only the "sfml-bla-d-2.dll" ones and if I try adding the right ones (which was pretty certain not to work), it complains about not finding ceratin Points in the dll files.
why not
sf::FloatRect controlR( control.getGlobalBoundz() ); ?
instead of
sf::Rect<float> controlR = sf::Rect<float>::Rect(control.getGlobalBoundz());
I also advise you not do do the "using namespace sf", and I wouldn't put it in header files...