Cześć
Mam ogromny problem z zainstalowaniem biblioteki c++-SFML 1.6 na MV.
Działam według poradnika na oficjalnej stronie <html>http://www.sfml-dev.org/tutorials/1.6/start-vc.php</html> ale nie wychodzi.

Najpierw wyskakiwało mi pełno błędów:

...
1>Linking...
1>main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall sf::Window::~Window(void)" (__imp_??1Window@sf@@UAE@XZ) referenced in function _main
1>main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall sf::Window::Display(void)" (__imp_?Display@Window@sf@@QAEXXZ) referenced in function _main
1>main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall sf::Window::IsOpened(void)const " (__imp_?IsOpened@Window@sf@@QBE_NXZ) referenced in function _main
1>main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall sf::Window::Window(class sf::VideoMode,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned long,struct sf::WindowSettings const &)" (__imp_??0Window@sf@@QAE@VVideoMode@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@KABUWindowSettings@1@@Z) referenced in function _main
1>main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall sf::VideoMode::VideoMode(unsigned int,unsigned int,unsigned int)" (__imp_??0VideoMode@sf@@QAE@III@Z) referenced in function _main
... 

Wpisałem te błędy w google i ktoś poradził, żeby dopisać do linkerów:
libGWEN-Renderer-SFML.a
libgwen.a
glaux
glu32
opengl32
comdlg32
gdi32
sfml-audio
sfml-graphics
sfml-window
sfml-network
sfml-system
sfml-main

Których NIE MA w poradniku!
Pomogło o tyle, że pojawia się mniej błędów:
1>LINK : fatal error LNK1181: cannot open input file 'libGWEN-Renderer-SFML.a'

Preprocessor mam dynamic i dalej nie działa.

Co jest nie tak?