Hi guys,
I've tried displaying text or textures on the screen, but it just doesn't work, and when I try I get the following erorr:
||=== Build: Debug in SFMLLOADTEST (compiler: GNU GCC Compiler) ===|
obj\Debug\Source\main.o||In function `main':|
D:\C++\Projects\New folder\Source\main.cpp|13|undefined reference to `_imp___ZN2sf4Font12loadFromFileERKSs'|
||error: ld returned 1 exit status|
||=== Build failed: 2 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
I've reinstalled the correct version of MinGW and SFML already, and checked that they are the correct ones.
But still no success.
Building my own SFML was even worse.
How could I make this work?
I am using Codeblocks, running Windows 64bit, building for 32bit.
SFML version 2.4.2 and MinGW is 6.1.0 (checked with ./gcc.exe -v)