I am using Code::Blocks on 64bit Windows 7, MinGW 4.7.1.
I'm trying to get SFML 2.1 to work with MingW in codeblocks, but it's causing problems.
when i try to compile i get these errors:
undefined reference to
_imp___ZN2sf6StringC1EPKcRKSt6localeundefined reference to
_imp___ZN2sf9VideoModeC1Ejjj...
I'm linking the following libraries:
- sfml-graphics
- sfml-window
- sfml-system
What am I doing wrong? The errors say undefined reference, but I have already follow these instructions step by step.