What do these errors mean? after having worked on a project a very long time 2+ years, and then changing to have the compiler follow c++14 standards, my project now does not compile and now I'm left anxious not knowing.
the error(s):
undefined reference to `_imp___ZN2sf7Texture12loadFromFileERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_4RectIiEE'|
Demangled that is
_imp__sf::Texture::loadFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sf::Rect<int> const&)
My compiler Settings
Have g++ follow C++ 14
Linker Settings: (the dependencies order SFML requires) sfml-graphics
sfml-window
sfml-system
sfml-audio
Compiler: C:\CodeBlocks\SFML-2.4.2\include
Linker: C:\CodeBlocks\SFML-2.4.2\lib