Hello, I created my first SFML project after looking at many tutorials,linked correctly the libraries ,installed the compatible version of SFML,but i still got 2 error in buildind the basic project from SFML site.I dont have a big amount of knowledge in programming and thats why im asking for your help.(I created an empty project in CodeBlocks)
||=== Build: Debug in sss (compiler: GNU GCC Compiler) ===|
obj\Debug\main.o||In function `main':|
C:\CodeBlocks\sss\main.cpp|10|undefined reference to `_imp___ZN2sf7Texture12loadFromFileERKSsRKNS_4RectIiEE'|
||error: ld returned 1 exit status|
||=== Build failed: 2 error(s), 0 warning(s) (0 minute(s), 9 second(s)) ===|