Oooh.. god :?
I hate these errors:
Release\Engine.o:Engine.cpp:(.text+0x19d5): undefined reference to `_imp___ZN2sf5ImageD1Ev'
Release\Engine.o:Engine.cpp:(.text+0x1a79): undefined reference to `_imp___ZTVN2sf6SpriteE'
Release\Engine.o:Engine.cpp:(.text+0x1aad): undefined reference to `_imp___ZN2sf8DrawableD2Ev'
Release\Engine.o:Engine.cpp:(.text+0x1abc): undefined reference to `_imp___ZN2sf5ImageD1Ev'
Release\Engine.o:Engine.cpp:(.text+0x1bb8): undefined reference to `_imp___ZN2sf5ImageD1Ev'
(theres more)
I think this mean that something is not linked or... ?!
What I do after Build SFML2:
C::B Compiler and Debuger settings->
Search Directories->
Compiler: C:\CPP\SFML2\include,
Linker: C:\CPP\SFML2\lib;
Project->
Build options->
Release->
Linker settings->
Other linker options:
-lsfml-graphics-s
-lsfml-window-s
-lsfml-audio-s
-lsfml-system-s
-lsfml-network-s
Ideas?