Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: [SOLVED] Linking to static SFML and compiling with /MT  (Read 3697 times)

0 Members and 1 Guest are viewing this topic.

tbop

  • Newbie
  • *
  • Posts: 34
    • View Profile
[SOLVED] Linking to static SFML and compiling with /MT
« on: June 18, 2013, 12:19:03 pm »
Hi there,

[SOLVED] Recompiling SFML's static libraries with /MT fixed everything.

I've checked some threads about that issue already but couldn't find out a good solution so far.

I must compile my source code with /MT and I just wonder why does it likely seem that linking with the static library isn't compatible with this flag.
Am I right?
Would I need to recompile the snapshot of SFML 2.0 and make sure the static files are generated with /MT?


You can have a look at the linker's error stack to get an overview if it helps.
I think I'm configuring everything correctly since it works fine as long as I don't compile with /MT (although I've to ignore msvcrtd.lib and msvcprtd.lib when applying that change).
Somehow it looks like most of the standard library symbols aren't resolved here.... odd


Error   258     error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (__imp_?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImpl.cpp.obj)
Error   259     error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (__imp_?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(VideoModeImpl.cpp.obj)
Error   260     error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (__imp_?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ) referenced in function "public: __thiscall std::_Vector_val<unsigned char,class std::allocator<unsigned char> >::~_Vector_val<unsigned char,class std::allocator<unsigned char> >(void)" (??1?$_Vector_val@EV?$allocator@E@std@@@std@@QAE@XZ)     C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImplWin32.cpp.obj)
Error   261     error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (__imp_?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Image.cpp.obj)
Error   262     error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (__imp_?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   263     error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (__imp_?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(VideoMode.cpp.obj)
Error   264     error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (__imp_?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(GlContext.cpp.obj)
Error   265     error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (__imp_?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(RenderWindow.cpp.obj)
Error   266     error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (__imp_?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   267     error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (__imp_?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   268     error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (__imp_?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(VertexArray.cpp.obj)
Error   269     error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > & (__cdecl*)(class std::basic_ostream<char,struct std::char_traits<char> > &))" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z) referenced in function "int __cdecl process_marker(struct jpeg *,int)" (?process_marker@@YAHPAUjpeg@@H@Z)    C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   270     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > & (__cdecl*)(class std::basic_ostream<char,struct std::char_traits<char> > &))" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(Window.cpp.obj)
Error   271     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > & (__cdecl*)(class std::basic_ostream<char,struct std::char_traits<char> > &))" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WglContext.cpp.obj)
Error   272     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > & (__cdecl*)(class std::basic_ostream<char,struct std::char_traits<char> > &))" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImplWin32.cpp.obj)
Error   273     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > & (__cdecl*)(class std::basic_ostream<char,struct std::char_traits<char> > &))" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   274     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > & (__cdecl*)(class std::basic_ostream<char,struct std::char_traits<char> > &))" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   275     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > & (__cdecl*)(class std::basic_ostream<char,struct std::char_traits<char> > &))" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   276     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > & (__cdecl*)(class std::basic_ostream<char,struct std::char_traits<char> > &))" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Image.cpp.obj)
Error   277     error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(unsigned int)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z) referenced in function "void __cdecl sf::priv::glCheckError(char const *,unsigned int)" (?glCheckError@priv@sf@@YAXPBDI@Z)  C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   278     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(unsigned int)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z)     C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   279     error LNK2019: unresolved external symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits<char> > &)" (__imp_?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z) referenced in function "int __cdecl process_scan_header(struct jpeg *)" (?process_scan_header@@YAHPAUjpeg@@@Z)  C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   280     error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits<char> > &)" (__imp_?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z) C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(Window.cpp.obj)
Error   281     error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits<char> > &)" (__imp_?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z) C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WglContext.cpp.obj)
Error   282     error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits<char> > &)" (__imp_?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z) C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImplWin32.cpp.obj)
Error   283     error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits<char> > &)" (__imp_?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z) C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   284     error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits<char> > &)" (__imp_?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z) C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   285     error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits<char> > &)" (__imp_?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z) C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   286     error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits<char> > &)" (__imp_?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z) C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Image.cpp.obj)
Error   287     error LNK2019: unresolved external symbol __imp__memchr referenced in function "public: static char const * __cdecl std::char_traits<char>::find(char const *,unsigned int,char const &)" (?find@?$char_traits@D@std@@SAPBDPBDIABD@Z)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   288     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QAE_J_J@Z)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   289     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QAE_J_J@Z)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(Window.cpp.obj)
Error   290     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QAE_J_J@Z)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WglContext.cpp.obj)
Error   291     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QAE_J_J@Z)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImplWin32.cpp.obj)
Error   292     error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QAE_J_J@Z) referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z)  C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   293     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QAE_J_J@Z)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   294     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QAE_J_J@Z)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   295     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QAE_J_J@Z)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Image.cpp.obj)
Error   296     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE_JPBD_J@Z)  C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   297     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE_JPBD_J@Z)  C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(Window.cpp.obj)
Error   298     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE_JPBD_J@Z)  C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WglContext.cpp.obj)
Error   299     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE_JPBD_J@Z)  C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImplWin32.cpp.obj)
Error   300     error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE_JPBD_J@Z) referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z)     C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   301     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE_JPBD_J@Z)  C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   302     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE_JPBD_J@Z)  C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   303     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE_JPBD_J@Z)  C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Image.cpp.obj)
Error   304     error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-system-s-d.lib(Err.cpp.obj)
Error   305     error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   306     error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(Window.cpp.obj)
Error   307     error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WglContext.cpp.obj)
Error   308     error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImplWin32.cpp.obj)
Error   309     error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z) referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   310     error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   311     error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   312     error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Image.cpp.obj)
Error   313     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   314     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(Window.cpp.obj)
Error   315     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WglContext.cpp.obj)
Error   316     error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ) referenced in function "private: static enum sf::Keyboard::Key __cdecl sf::priv::WindowImplWin32::virtualKeyCodeToSF(unsigned int,long)" (?virtualKeyCodeToSF@WindowImplWin32@priv@sf@@CA?AW4Key@Keyboard@3@IJ@Z)    C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImplWin32.cpp.obj)
Error   317     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   318     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   319     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   320     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Image.cpp.obj)
Error   321     error LNK2001: unresolved external symbol "__declspec(dllimport) public: char __thiscall std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   322     error LNK2001: unresolved external symbol "__declspec(dllimport) public: char __thiscall std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(Window.cpp.obj)
Error   323     error LNK2001: unresolved external symbol "__declspec(dllimport) public: char __thiscall std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WglContext.cpp.obj)
Error   324     error LNK2001: unresolved external symbol "__declspec(dllimport) public: char __thiscall std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImplWin32.cpp.obj)
Error   325     error LNK2019: unresolved external symbol "__declspec(dllimport) public: char __thiscall std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDXZ) referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   326     error LNK2001: unresolved external symbol "__declspec(dllimport) public: char __thiscall std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   327     error LNK2001: unresolved external symbol "__declspec(dllimport) public: char __thiscall std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   328     error LNK2001: unresolved external symbol "__declspec(dllimport) public: char __thiscall std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Image.cpp.obj)
Error   329     error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QBEHXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   330     error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QBEHXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(Window.cpp.obj)
Error   331     error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QBEHXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WglContext.cpp.obj)
Error   332     error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QBEHXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImplWin32.cpp.obj)
Error   333     error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QBEHXZ) referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   334     error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QBEHXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   335     error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QBEHXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   336     error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QBEHXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Image.cpp.obj)
Error   337     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QBE_JXZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   338     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QBE_JXZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(Window.cpp.obj)
Error   339     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QBE_JXZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WglContext.cpp.obj)
Error   340     error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QBE_JXZ) referenced in function "private: static enum sf::Keyboard::Key __cdecl sf::priv::WindowImplWin32::virtualKeyCodeToSF(unsigned int,long)" (?virtualKeyCodeToSF@WindowImplWin32@priv@sf@@CA?AW4Key@Keyboard@3@IJ@Z)    C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImplWin32.cpp.obj)
Error   341     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QBE_JXZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   342     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QBE_JXZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   343     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QBE_JXZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   344     error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QBE_JXZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Image.cpp.obj)
Error   345     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   346     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(Window.cpp.obj)
Error   347     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WglContext.cpp.obj)
Error   348     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImplWin32.cpp.obj)
Error   349     error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ) referenced in function "public: __thiscall std::basic_ostream<char,struct std::char_traits<char> >::sentry::sentry(class std::basic_ostream<char,struct std::char_traits<char> > &)" (??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z)    C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   350     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   351     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   352     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Image.cpp.obj)
Error   353     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   354     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(Window.cpp.obj)
Error   355     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WglContext.cpp.obj)
Error   356     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImplWin32.cpp.obj)
Error   357     error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ) referenced in function "public: __thiscall std::basic_ostream<char,struct std::char_traits<char> >::sentry::sentry(class std::basic_ostream<char,struct std::char_traits<char> > &)" (??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   358     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   359     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   360     error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Image.cpp.obj)
Error   361     error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QBE_NXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   362     error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QBE_NXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(Window.cpp.obj)
Error   363     error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QBE_NXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WglContext.cpp.obj)
Error   364     error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QBE_NXZ) referenced in function "public: __thiscall sf::priv::WindowImplWin32::WindowImplWin32(class sf::VideoMode,class sf::String const &,unsigned int)" (??0WindowImplWin32@priv@sf@@QAE@VVideoMode@2@ABVString@2@I@Z)  C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImplWin32.cpp.obj)
Error   365     error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QBE_NXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   366     error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QBE_NXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   367     error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QBE_NXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   368     error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QBE_NXZ)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Image.cpp.obj)
Error   369     error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   370     error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(Window.cpp.obj)
Error   371     error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WglContext.cpp.obj)
Error   372     error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImplWin32.cpp.obj)
Error   373     error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ) referenced in function "public: __thiscall std::basic_ostream<char,struct std::char_traits<char> >::sentry::~sentry(void)" (??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ)    C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   374     error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   375     error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   376     error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Image.cpp.obj)
Error   377     error LNK2001: unresolved external symbol "__declspec(dllimport) bool __cdecl std::uncaught_exception(void)" (__imp_?uncaught_exception@std@@YA_NXZ)    C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   378     error LNK2001: unresolved external symbol "__declspec(dllimport) bool __cdecl std::uncaught_exception(void)" (__imp_?uncaught_exception@std@@YA_NXZ)    C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(Window.cpp.obj)
Error   379     error LNK2001: unresolved external symbol "__declspec(dllimport) bool __cdecl std::uncaught_exception(void)" (__imp_?uncaught_exception@std@@YA_NXZ)    C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WglContext.cpp.obj)
Error   380     error LNK2001: unresolved external symbol "__declspec(dllimport) bool __cdecl std::uncaught_exception(void)" (__imp_?uncaught_exception@std@@YA_NXZ)    C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(WindowImplWin32.cpp.obj)
Error   381     error LNK2019: unresolved external symbol "__declspec(dllimport) bool __cdecl std::uncaught_exception(void)" (__imp_?uncaught_exception@std@@YA_NXZ) referenced in function "public: __thiscall std::basic_ostream<char,struct std::char_traits<char> >::sentry::~sentry(void)" (??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ) C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(GLCheck.cpp.obj)
Error   382     error LNK2001: unresolved external symbol "__declspec(dllimport) bool __cdecl std::uncaught_exception(void)" (__imp_?uncaught_exception@std@@YA_NXZ)    C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   383     error LNK2001: unresolved external symbol "__declspec(dllimport) bool __cdecl std::uncaught_exception(void)" (__imp_?uncaught_exception@std@@YA_NXZ)    C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Texture.cpp.obj)
Error   384     error LNK2001: unresolved external symbol "__declspec(dllimport) bool __cdecl std::uncaught_exception(void)" (__imp_?uncaught_exception@std@@YA_NXZ)    C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Image.cpp.obj)
Error   385     error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::basic_istream<char,struct std::char_traits<char> > & __thiscall std::basic_istream<char,struct std::char_traits<char> >::read(char *,__int64)" (__imp_?read@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@PAD_J@Z) referenced in function "bool __cdecl `anonymous namespace'::getFileContents(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::vector<char,class std::allocator<char> > &)" (?getFileContents@?A0xfefba1af@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV?$vector@DV?$allocator@D@std@@@3@@Z)  C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   386     error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::fpos<int> __thiscall std::basic_istream<char,struct std::char_traits<char> >::tellg(void)" (__imp_?tellg@?$basic_istream@DU?$char_traits@D@std@@@std@@QAE?AV?$fpos@H@2@XZ) referenced in function "bool __cdecl `anonymous namespace'::getFileContents(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::vector<char,class std::allocator<char> > &)" (?getFileContents@?A0xfefba1af@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV?$vector@DV?$allocator@D@std@@@3@@Z)  C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   387     error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::basic_istream<char,struct std::char_traits<char> > & __thiscall std::basic_istream<char,struct std::char_traits<char> >::seekg(__int64,int)" (__imp_?seekg@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@_JH@Z) referenced in function "bool __cdecl `anonymous namespace'::getFileContents(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::vector<char,class std::allocator<char> > &)" (?getFileContents@?A0xfefba1af@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV?$vector@DV?$allocator@D@std@@@3@@Z)     C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   388     error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall std::ios_base::operator void *(void)const " (__imp_??Bios_base@std@@QBEPAXXZ) referenced in function "bool __cdecl `anonymous namespace'::getFileContents(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::vector<char,class std::allocator<char> > &)" (?getFileContents@?A0xfefba1af@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV?$vector@DV?$allocator@D@std@@@3@@Z)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   389     error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall std::basic_istream<char,struct std::char_traits<char> >::~basic_istream<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_istream@DU?$char_traits@D@std@@@std@@UAE@XZ) referenced in function __unwindfunclet$??0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAE@PBDHH@Z$0    C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   390     error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_istream<char,struct std::char_traits<char> >::basic_istream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *,bool)" (__imp_??0?$basic_istream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z) referenced in function "public: __thiscall std::basic_ifstream<char,struct std::char_traits<char> >::basic_ifstream<char,struct std::char_traits<char> >(char const *,int,int)" (??0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAE@PBDHH@Z) C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   391     error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::locale __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::getloc(void)const " (__imp_?getloc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QBE?AVlocale@2@XZ) referenced in function "public: class std::basic_filebuf<char,struct std::char_traits<char> > * __thiscall std::basic_filebuf<char,struct std::char_traits<char> >::open(char const *,int,int)" (?open@?$basic_filebuf@DU?$char_traits@D@std@@@std@@QAEPAV12@PBDHH@Z)     C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   392     error LNK2019: unresolved external symbol "__declspec(dllimport) struct _iobuf * __cdecl std::_Fiopen(char const *,int,int)" (__imp_?_Fiopen@std@@YAPAU_iobuf@@PBDHH@Z) referenced in function "public: class std::basic_filebuf<char,struct std::char_traits<char> > * __thiscall std::basic_filebuf<char,struct std::char_traits<char> >::open(char const *,int,int)" (?open@?$basic_filebuf@DU?$char_traits@D@std@@@std@@QAEPAV12@PBDHH@Z)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(Shader.cpp.obj)
Error   393     error LNK2019: unresolved external symbol __imp__fread referenced in function "int __cdecl stdio_read(void *,char *,int)" (?stdio_read@@YAHPAXPADH@Z)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   394     error LNK2019: unresolved external symbol __imp__fseek referenced in function "void __cdecl stdio_skip(void *,unsigned int)" (?stdio_skip@@YAXPAXI@Z)   C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   395     error LNK2019: unresolved external symbol __imp__fopen referenced in function _stbi_load        C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   396     error LNK2019: unresolved external symbol __imp__realloc referenced in function "int __cdecl expand(struct zbuf *,int)" (?expand@@YAHPAUzbuf@@H@Z)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   397     error LNK2019: unresolved external symbol __imp__ftell referenced in function _stbi_info_from_file      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-graphics-s-d.lib(ImageLoader.cpp.obj)
Error   398     error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::_Container_base12::_Swap_all(struct std::_Container_base12 &)" (__imp_?_Swap_all@_Container_base12@std@@QAEXAAU12@@Z) referenced in function "public: void __thiscall std::vector<class sf::VideoMode,class std::allocator<class sf::VideoMode> >::_Assign_rv(class std::vector<class sf::VideoMode,class std::allocator<class sf::VideoMode> > &&)" (?_Assign_rv@?$vector@VVideoMode@sf@@V?$allocator@VVideoMode@sf@@@std@@@std@@QAEX$$QAV12@@Z) C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(VideoMode.cpp.obj)
Error   399     error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::_Container_base12::_Swap_all(struct std::_Container_base12 &)" (__imp_?_Swap_all@_Container_base12@std@@QAEXAAU12@@Z)     C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-window-s-d.lib(VideoModeImpl.cpp.obj)
Error   400     error LNK2019: unresolved external symbol "__declspec(dllimport) public: wchar_t __thiscall std::ctype<wchar_t>::widen(char)const " (__imp_?widen@?$ctype@_W@std@@QBE_WD@Z) referenced in function "public: static unsigned int __cdecl sf::Utf<32>::decodeAnsi<char>(char,class std::locale const &)" (??$decodeAnsi@D@?$Utf@$0CA@@sf@@SAIDABVlocale@std@@@Z)  C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-system-s-d.lib(String.cpp.obj)
Error   401     error LNK2019: unresolved external symbol "__declspec(dllimport) public: static unsigned int __cdecl std::ctype<wchar_t>::_Getcat(class std::locale::facet const * *,class std::locale const *)" (__imp_?_Getcat@?$ctype@_W@std@@SAIPAPBVfacet@locale@2@PBV42@@Z) referenced in function "class std::ctype<wchar_t> const & __cdecl std::use_facet<class std::ctype<wchar_t> >(class std::locale const &)" (??$use_facet@V?$ctype@_W@std@@@std@@YAABV?$ctype@_W@0@ABVlocale@0@@Z)       C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-system-s-d.lib(String.cpp.obj)
Error   402     error LNK2019: unresolved external symbol "__declspec(dllimport) public: char __thiscall std::ctype<wchar_t>::narrow(wchar_t,char)const " (__imp_?narrow@?$ctype@_W@std@@QBED_WD@Z) referenced in function "public: static class std::back_insert_iterator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > __cdecl sf::Utf<32>::encodeAnsi<class std::back_insert_iterator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >(unsigned int,class std::back_insert_iterator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,char,class std::locale const &)" (??$encodeAnsi@V?$back_insert_iterator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@@?$Utf@$0CA@@sf@@SA?AV?$back_insert_iterator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@IV23@DABVlocale@3@@Z)      C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-system-s-d.lib(String.cpp.obj)
Error   403     error LNK2019: unresolved external symbol "__declspec(dllimport) protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (__imp_?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) referenced in function "private: virtual int __thiscall `anonymous namespace'::DefaultErrStreamBuf::sync(void)" (?sync@DefaultErrStreamBuf@?A0xf98eeaf1@@EAEHXZ)     C:\Users\Armand\Documents\Visual Studio 2010\Projects\test_sfml\sfml-system-s-d.lib(Err.cpp.obj)
 


Any clue?


Cheers all!
« Last Edit: June 18, 2013, 02:47:45 pm by tbop »