Guest User

Untitled

a guest
Aug 4th, 2024
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 176.53 KB | None | 0 0
  1. LINK : warning LNK4217: symbol ??0InvalidNode@YAML@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z (public: __cdecl YAML::InvalidNode::InvalidNode(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)) definovaný v yaml-cpp.x64.lib(convert.obj) importuje TestFunctionLibrary.cpp.obj ve funkci "public: float __cdecl YAML::Node::as<float>(void)const " (??$as@M@Node@YAML@@QEBAMXZ)
  2. LINK : warning LNK4217: symbol ??1BadConversion@YAML@@UEAA@XZ (public: virtual __cdecl YAML::BadConversion::~BadConversion(void)) definovaný v yaml-cpp.x64.lib(exceptions.obj) importuje TestFunctionLibrary.cpp.obj ve funkci "public: virtual __cdecl YAML::TypedBadConversion<float>::~TypedBadConversion<float>(void)" (??1?$TypedBadConversion@M@YAML@@UEAA@XZ)
  3. LINK : warning LNK4217: symbol ??1Node@YAML@@QEAA@XZ (public: __cdecl YAML::Node::~Node(void)) definovaný v yaml-cpp.x64.lib(parse.obj) importuje TestFunctionLibrary.cpp.obj ve funkci "private: static class YAML::detail::node & __cdecl YAML::detail::node_data::convert_to_node<char [8]>(char const (&)[8],class std::shared_ptr<class YAML::detail::memory_holder>)" (??$convert_to_node@$$BY07D@node_data@detail@YAML@@CAAEAVnode@12@AEAY07$$CBDV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z)
  4. LINK : warning LNK4217: symbol ?Type@Node@YAML@@QEBA?AW4value@NodeType@2@XZ (public: enum YAML::NodeType::value __cdecl YAML::Node::Type(void)const ) definovaný v yaml-cpp.x64.lib(convert.obj) importuje TestFunctionLibrary.cpp.obj ve funkci "public: static bool __cdecl YAML::convert<float>::decode(class YAML::Node const &,float &)" (?decode@?$convert@M@YAML@@SA_NAEBVNode@2@AEAM@Z)
  5. LINK : warning LNK4217: symbol ?Scalar@Node@YAML@@QEBAAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ (public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const & __cdecl YAML::Node::Scalar(void)const ) definovaný v yaml-cpp.x64.lib(convert.obj) importuje TestFunctionLibrary.cpp.obj ve funkci "public: static bool __cdecl YAML::convert<float>::decode(class YAML::Node const &,float &)" (?decode@?$convert@M@YAML@@SA_NAEBVNode@2@AEAM@Z)
  6. LINK : warning LNK4217: symbol ??0memory_holder@detail@YAML@@QEAA@XZ (public: __cdecl YAML::detail::memory_holder::memory_holder(void)) definovaný v yaml-cpp.x64.lib(nodebuilder.obj) importuje TestFunctionLibrary.cpp.obj ve funkci "public: __cdecl YAML::Node::Node<char const *>(char const * const &)" (??$?0PEBD@Node@YAML@@QEAA@AEBQEBD@Z)
  7. LINK : warning LNK4217: symbol ?merge@memory_holder@detail@YAML@@QEAAXAEAV123@@Z (public: void __cdecl YAML::detail::memory_holder::merge(class YAML::detail::memory_holder &)) definovaný v yaml-cpp.x64.lib(memory.obj) importuje TestFunctionLibrary.cpp.obj ve funkci "private: static class YAML::detail::node & __cdecl YAML::detail::node_data::convert_to_node<char [8]>(char const (&)[8],class std::shared_ptr<class YAML::detail::memory_holder>)" (??$convert_to_node@$$BY07D@node_data@detail@YAML@@CAAEAVnode@12@AEAY07$$CBDV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z)
  8. LINK : warning LNK4217: symbol ?mark_defined@node_data@detail@YAML@@QEAAXXZ (public: void __cdecl YAML::detail::node_data::mark_defined(void)) definovaný v yaml-cpp.x64.lib(node_data.obj) importuje TestFunctionLibrary.cpp.obj ve funkci "public: void __cdecl YAML::detail::node::mark_defined(void)" (?mark_defined@node@detail@YAML@@QEAAXXZ)
  9. LINK : warning LNK4217: symbol ?insert_map_pair@node_data@detail@YAML@@AEAAXAEAVnode@23@0@Z (private: void __cdecl YAML::detail::node_data::insert_map_pair(class YAML::detail::node &,class YAML::detail::node &)) definovaný v yaml-cpp.x64.lib(node_data.obj) importuje TestFunctionLibrary.cpp.obj ve funkci "public: class YAML::detail::node & __cdecl YAML::detail::node_data::get<char [8]>(char const (&)[8],class std::shared_ptr<class YAML::detail::memory_holder>)" (??$get@$$BY07D@node_data@detail@YAML@@QEAAAEAVnode@12@AEAY07$$CBDV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z)
  10. LINK : warning LNK4217: symbol ?convert_to_map@node_data@detail@YAML@@AEAAXAEBV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z (private: void __cdecl YAML::detail::node_data::convert_to_map(class std::shared_ptr<class YAML::detail::memory_holder> const &)) definovaný v yaml-cpp.x64.lib(node_data.obj) importuje TestFunctionLibrary.cpp.obj ve funkci "public: class YAML::detail::node & __cdecl YAML::detail::node_data::get<char [8]>(char const (&)[8],class std::shared_ptr<class YAML::detail::memory_holder>)" (??$get@$$BY07D@node_data@detail@YAML@@QEAAAEAVnode@12@AEAY07$$CBDV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z)
  11. LINK : warning LNK4217: symbol ?LoadFile@YAML@@YA?AVNode@1@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z (class YAML::Node __cdecl YAML::LoadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)) definovaný v yaml-cpp.x64.lib(parse.obj) importuje TestFunctionLibrary.cpp.obj ve funkci "public: static float __cdecl UTestFunctionLibrary::YAMLtest(void)" (?YAMLtest@UTestFunctionLibrary@@SAMXZ)
  12. LINK : warning LNK4217: symbol ??_7BadSubscript@YAML@@6B@ (const YAML::BadSubscript::`vftable') definovaný v yaml-cpp.x64.lib(node_data.obj) importuje TestFunctionLibrary.cpp.obj ve funkci "public: __cdecl YAML::BadSubscript::BadSubscript<char [8]>(struct YAML::Mark const &,char const (&)[8])" (??$?0$$BY07D@BadSubscript@YAML@@QEAA@AEBUMark@1@AEAY07$$CBD@Z)
  13. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::_Lockit::_Lockit(int)" (__imp_??0_Lockit@std@@QEAA@H@Z) odkazovaný ve funkci "class std::ctype<char> const & __cdecl std::use_facet<class std::ctype<char> >(class std::locale const &)" (??$use_facet@V?$ctype@D@std@@@std@@YAAEBV?$ctype@D@0@AEBVlocale@0@@Z)
  14. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::_Lockit::_Lockit(int)" (__imp_??0_Lockit@std@@QEAA@H@Z)
  15. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::_Lockit::~_Lockit(void)" (__imp_??1_Lockit@std@@QEAA@XZ) odkazovaný ve funkci "class std::ctype<char> const & __cdecl std::use_facet<class std::ctype<char> >(class std::locale const &)" (??$use_facet@V?$ctype@D@std@@@std@@YAAEBV?$ctype@D@0@AEBVlocale@0@@Z)
  16. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::_Lockit::~_Lockit(void)" (__imp_??1_Lockit@std@@QEAA@XZ)
  17. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "int __cdecl std::uncaught_exceptions(void)" (?uncaught_exceptions@std@@YAHXZ) odkazovaný ve funkci "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@@YAAEAV?$basic_ostream@DU?$char_traits@D@std@@@0@AEAV10@PEBD@Z)
  18. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "void __cdecl std::_Xbad_alloc(void)" (?_Xbad_alloc@std@@YAXXZ) odkazovaný ve funkci "public: __cdecl std::basic_stringbuf<char,struct std::char_traits<char>,class std::allocator<char> >::basic_stringbuf<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int)" (??0?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@H@Z)
  19. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xbad_alloc(void)" (?_Xbad_alloc@std@@YAXXZ)
  20. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xbad_alloc(void)" (?_Xbad_alloc@std@@YAXXZ)
  21. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  22. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  23. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  24. yaml-cpp.x64.lib(simplekey.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  25. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  26. yaml-cpp.x64.lib(tag.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  27. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  28. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  29. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  30. yaml-cpp.x64.lib(regex_yaml.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  31. yaml-cpp.x64.lib(stream.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  32. yaml-cpp.x64.lib(nodebuilder.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  33. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  34. yaml-cpp.x64.lib(memory.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  35. yaml-cpp.x64.lib(directives.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  36. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  37. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  38. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  39. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPEBD@Z)
  40. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "void __cdecl std::_Facet_Register(class std::_Facet_base *)" (?_Facet_Register@std@@YAXPEAV_Facet_base@1@@Z) odkazovaný ve funkci "class std::ctype<char> const & __cdecl std::use_facet<class std::ctype<char> >(class std::locale const &)" (??$use_facet@V?$ctype@D@std@@@std@@YAAEBV?$ctype@D@0@AEBVlocale@0@@Z)
  41. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Facet_Register(class std::_Facet_base *)" (?_Facet_Register@std@@YAXPEAV_Facet_base@1@@Z)
  42. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::locale::id::operator unsigned __int64(void)" (__imp_??Bid@locale@std@@QEAA_KXZ) odkazovaný ve funkci "class std::ctype<char> const & __cdecl std::use_facet<class std::ctype<char> >(class std::locale const &)" (??$use_facet@V?$ctype@D@std@@@std@@YAAEBV?$ctype@D@0@AEBVlocale@0@@Z)
  43. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::locale::id::operator unsigned __int64(void)" (__imp_??Bid@locale@std@@QEAA_KXZ)
  44. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPEAV_Locimp@12@XZ) odkazovaný ve funkci "class std::ctype<char> const & __cdecl std::use_facet<class std::ctype<char> >(class std::locale const &)" (??$use_facet@V?$ctype@D@std@@@std@@YAAEBV?$ctype@D@0@AEBVlocale@0@@Z)
  45. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPEAV_Locimp@12@XZ)
  46. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: static unsigned __int64 __cdecl std::ctype<char>::_Getcat(class std::locale::facet const * *,class std::locale const *)" (__imp_?_Getcat@?$ctype@D@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z) odkazovaný ve funkci "class std::ctype<char> const & __cdecl std::use_facet<class std::ctype<char> >(class std::locale const &)" (??$use_facet@V?$ctype@D@std@@@std@@YAAEBV?$ctype@D@0@AEBVlocale@0@@Z)
  47. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::ios_base::operator bool(void)const " (__imp_??Bios_base@std@@QEBA_NXZ) odkazovaný ve funkci "bool __cdecl YAML::conversion::ConvertStreamTo<float>(class std::basic_stringstream<char,struct std::char_traits<char>,class std::allocator<char> > &,float &)" (??$ConvertStreamTo@M@conversion@YAML@@YA_NAEAV?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAM@Z)
  48. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QEBA_NXZ)
  49. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QEBA_NXZ)
  50. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QEBA_NXZ)
  51. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QEBA_NXZ)
  52. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QEBA_NXZ)
  53. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QEBA_NXZ)
  54. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QEBA_NXZ)
  55. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QEBA_NXZ)
  56. yaml-cpp.x64.lib(stream.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QEBA_NXZ)
  57. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QEBA_NXZ)
  58. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QEBA_NXZ)
  59. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QEBA_NXZ)
  60. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::good(void)const " (__imp_?good@ios_base@std@@QEBA_NXZ)
  61. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::eof(void)const " (__imp_?eof@ios_base@std@@QEBA_NXZ) odkazovaný ve funkci "bool __cdecl YAML::conversion::ConvertStreamTo<float>(class std::basic_stringstream<char,struct std::char_traits<char>,class std::allocator<char> > &,float &)" (??$ConvertStreamTo@M@conversion@YAML@@YA_NAEAV?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAM@Z)
  62. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QEBAHXZ)
  63. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QEBAHXZ)
  64. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QEBAHXZ)
  65. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QEBAHXZ)
  66. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QEBAHXZ)
  67. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QEBAHXZ)
  68. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QEBAHXZ)
  69. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QEBAHXZ)
  70. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QEBAHXZ)
  71. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QEBAHXZ)
  72. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QEBAHXZ)
  73. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::ios_base::flags(void)const " (__imp_?flags@ios_base@std@@QEBAHXZ)
  74. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::ios_base::unsetf(int)" (__imp_?unsetf@ios_base@std@@QEAAXH@Z) odkazovaný ve funkci "public: static bool __cdecl YAML::convert<float>::decode(class YAML::Node const &,float &)" (?decode@?$convert@M@YAML@@SA_NAEBVNode@2@AEAM@Z)
  75. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QEBA_JXZ)
  76. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QEBA_JXZ)
  77. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QEBA_JXZ)
  78. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QEBA_JXZ)
  79. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QEBA_JXZ)
  80. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QEBA_JXZ)
  81. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QEBA_JXZ)
  82. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QEBA_JXZ)
  83. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QEBA_JXZ)
  84. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QEBA_JXZ)
  85. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QEBA_JXZ)
  86. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QEBA_JXZ)
  87. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QEAA_J_J@Z)
  88. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QEAA_J_J@Z)
  89. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QEAA_J_J@Z)
  90. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QEAA_J_J@Z)
  91. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QEAA_J_J@Z)
  92. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QEAA_J_J@Z)
  93. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QEAA_J_J@Z)
  94. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QEAA_J_J@Z)
  95. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QEAA_J_J@Z)
  96. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QEAA_J_J@Z)
  97. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QEAA_J_J@Z)
  98. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::ios_base::width(__int64)" (__imp_?width@ios_base@std@@QEAA_J_J@Z)
  99. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::locale __cdecl std::ios_base::getloc(void)const " (__imp_?getloc@ios_base@std@@QEBA?AVlocale@2@XZ) odkazovaný ve funkci "class std::basic_istream<char,struct std::char_traits<char> > & __cdecl std::ws<char,struct std::char_traits<char> >(class std::basic_istream<char,struct std::char_traits<char> > &)" (??$ws@DU?$char_traits@D@std@@@std@@YAAEAV?$basic_istream@DU?$char_traits@D@std@@@0@AEAV10@@Z)
  100. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  101. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  102. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  103. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  104. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  105. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  106. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  107. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  108. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  109. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  110. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  111. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  112. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  113. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  114. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  115. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  116. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  117. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  118. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  119. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  120. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  121. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  122. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  123. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  124. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sgetc(void)" (__imp_?sgetc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHXZ) odkazovaný ve funkci "class std::basic_istream<char,struct std::char_traits<char> > & __cdecl std::ws<char,struct std::char_traits<char> >(class std::basic_istream<char,struct std::char_traits<char> > &)" (??$ws@DU?$char_traits@D@std@@@std@@YAAEAV?$basic_istream@DU?$char_traits@D@std@@@0@AEAV10@@Z)
  125. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::snextc(void)" (__imp_?snextc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHXZ) odkazovaný ve funkci "class std::basic_istream<char,struct std::char_traits<char> > & __cdecl std::ws<char,struct std::char_traits<char> >(class std::basic_istream<char,struct std::char_traits<char> > &)" (??$ws@DU?$char_traits@D@std@@@std@@YAAEAV?$basic_istream@DU?$char_traits@D@std@@@0@AEAV10@@Z)
  126. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHD@Z)
  127. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHD@Z)
  128. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHD@Z)
  129. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHD@Z)
  130. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHD@Z)
  131. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHD@Z)
  132. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHD@Z)
  133. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHD@Z)
  134. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHD@Z)
  135. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHD@Z)
  136. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHD@Z)
  137. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (__imp_?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHD@Z)
  138. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEBD_J@Z)
  139. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEBD_J@Z)
  140. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEBD_J@Z)
  141. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEBD_J@Z)
  142. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEBD_J@Z)
  143. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEBD_J@Z)
  144. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEBD_J@Z)
  145. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEBD_J@Z)
  146. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEBD_J@Z)
  147. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEBD_J@Z)
  148. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEBD_J@Z)
  149. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEBD_J@Z)
  150. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::eback(void)const " (__imp_?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  151. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::eback(void)const " (__imp_?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  152. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::eback(void)const " (__imp_?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  153. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::eback(void)const " (__imp_?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  154. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::eback(void)const " (__imp_?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  155. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::eback(void)const " (__imp_?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  156. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::eback(void)const " (__imp_?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  157. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::eback(void)const " (__imp_?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  158. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::eback(void)const " (__imp_?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  159. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::eback(void)const " (__imp_?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  160. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::eback(void)const " (__imp_?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  161. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::eback(void)const " (__imp_?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  162. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gptr(void)const " (__imp_?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  163. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gptr(void)const " (__imp_?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  164. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gptr(void)const " (__imp_?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  165. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gptr(void)const " (__imp_?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  166. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gptr(void)const " (__imp_?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  167. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gptr(void)const " (__imp_?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  168. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gptr(void)const " (__imp_?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  169. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gptr(void)const " (__imp_?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  170. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gptr(void)const " (__imp_?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  171. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gptr(void)const " (__imp_?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  172. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gptr(void)const " (__imp_?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  173. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gptr(void)const " (__imp_?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  174. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (__imp_?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  175. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (__imp_?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  176. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (__imp_?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  177. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (__imp_?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  178. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (__imp_?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  179. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (__imp_?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  180. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (__imp_?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  181. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (__imp_?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  182. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (__imp_?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  183. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (__imp_?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  184. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (__imp_?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  185. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (__imp_?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  186. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pptr(void)const " (__imp_?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  187. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pptr(void)const " (__imp_?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  188. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pptr(void)const " (__imp_?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  189. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pptr(void)const " (__imp_?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  190. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pptr(void)const " (__imp_?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  191. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pptr(void)const " (__imp_?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  192. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pptr(void)const " (__imp_?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  193. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pptr(void)const " (__imp_?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  194. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pptr(void)const " (__imp_?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  195. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pptr(void)const " (__imp_?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  196. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pptr(void)const " (__imp_?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  197. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pptr(void)const " (__imp_?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  198. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::egptr(void)const " (__imp_?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  199. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::egptr(void)const " (__imp_?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  200. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::egptr(void)const " (__imp_?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  201. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::egptr(void)const " (__imp_?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  202. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::egptr(void)const " (__imp_?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  203. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::egptr(void)const " (__imp_?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  204. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::egptr(void)const " (__imp_?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  205. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::egptr(void)const " (__imp_?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  206. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::egptr(void)const " (__imp_?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  207. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::egptr(void)const " (__imp_?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  208. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::egptr(void)const " (__imp_?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  209. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::egptr(void)const " (__imp_?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  210. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gbump(int)" (__imp_?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXH@Z)
  211. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gbump(int)" (__imp_?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXH@Z)
  212. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gbump(int)" (__imp_?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXH@Z)
  213. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gbump(int)" (__imp_?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXH@Z)
  214. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gbump(int)" (__imp_?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXH@Z)
  215. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gbump(int)" (__imp_?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXH@Z)
  216. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gbump(int)" (__imp_?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXH@Z)
  217. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gbump(int)" (__imp_?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXH@Z)
  218. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gbump(int)" (__imp_?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXH@Z)
  219. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gbump(int)" (__imp_?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXH@Z)
  220. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gbump(int)" (__imp_?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXH@Z)
  221. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::gbump(int)" (__imp_?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXH@Z)
  222. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setg(char *,char *,char *)" (__imp_?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  223. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setg(char *,char *,char *)" (__imp_?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  224. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setg(char *,char *,char *)" (__imp_?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  225. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setg(char *,char *,char *)" (__imp_?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  226. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setg(char *,char *,char *)" (__imp_?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  227. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setg(char *,char *,char *)" (__imp_?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  228. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setg(char *,char *,char *)" (__imp_?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  229. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setg(char *,char *,char *)" (__imp_?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  230. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setg(char *,char *,char *)" (__imp_?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  231. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setg(char *,char *,char *)" (__imp_?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  232. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setg(char *,char *,char *)" (__imp_?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  233. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setg(char *,char *,char *)" (__imp_?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  234. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::epptr(void)const " (__imp_?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  235. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::epptr(void)const " (__imp_?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  236. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::epptr(void)const " (__imp_?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  237. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::epptr(void)const " (__imp_?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  238. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::epptr(void)const " (__imp_?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  239. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::epptr(void)const " (__imp_?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  240. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::epptr(void)const " (__imp_?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  241. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::epptr(void)const " (__imp_?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  242. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::epptr(void)const " (__imp_?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  243. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::epptr(void)const " (__imp_?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  244. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::epptr(void)const " (__imp_?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  245. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::epptr(void)const " (__imp_?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ)
  246. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD0@Z)
  247. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD0@Z)
  248. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD0@Z)
  249. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD0@Z)
  250. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD0@Z)
  251. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD0@Z)
  252. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD0@Z)
  253. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD0@Z)
  254. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD0@Z)
  255. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD0@Z)
  256. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD0@Z)
  257. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD0@Z)
  258. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  259. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  260. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  261. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  262. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  263. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  264. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  265. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  266. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  267. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  268. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  269. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *,char *)" (__imp_?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z)
  270. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Pninc(void)" (__imp_?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ)
  271. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Pninc(void)" (__imp_?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ)
  272. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Pninc(void)" (__imp_?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ)
  273. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Pninc(void)" (__imp_?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ)
  274. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Pninc(void)" (__imp_?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ)
  275. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Pninc(void)" (__imp_?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ)
  276. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Pninc(void)" (__imp_?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ)
  277. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Pninc(void)" (__imp_?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ)
  278. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Pninc(void)" (__imp_?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ)
  279. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Pninc(void)" (__imp_?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ)
  280. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Pninc(void)" (__imp_?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ)
  281. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Pninc(void)" (__imp_?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ)
  282. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_ios@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  283. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_ios@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  284. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_ios@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  285. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_ios@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  286. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_ios@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  287. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_ios@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  288. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_ios@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  289. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_ios@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  290. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_ios@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  291. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_ios@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  292. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_ios@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  293. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_ios@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  294. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (__imp_?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z)
  295. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (__imp_?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z)
  296. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (__imp_?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z)
  297. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (__imp_?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z)
  298. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (__imp_?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z)
  299. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (__imp_?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z)
  300. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (__imp_?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z)
  301. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (__imp_?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z)
  302. yaml-cpp.x64.lib(stream.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (__imp_?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z)
  303. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (__imp_?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z)
  304. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (__imp_?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z)
  305. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (__imp_?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z)
  306. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (__imp_?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z)
  307. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)
  308. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)
  309. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)
  310. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)
  311. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)
  312. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)
  313. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)
  314. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)
  315. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)
  316. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)
  317. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)
  318. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)
  319. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)
  320. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)
  321. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)
  322. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)
  323. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)
  324. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)
  325. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)
  326. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)
  327. yaml-cpp.x64.lib(stream.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)
  328. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)
  329. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)
  330. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)
  331. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)
  332. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: char __cdecl std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADXZ)
  333. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: char __cdecl std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADXZ)
  334. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: char __cdecl std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADXZ)
  335. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: char __cdecl std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADXZ)
  336. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: char __cdecl std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADXZ)
  337. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: char __cdecl std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADXZ)
  338. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: char __cdecl std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADXZ)
  339. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: char __cdecl std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADXZ)
  340. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: char __cdecl std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADXZ)
  341. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: char __cdecl std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADXZ)
  342. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: char __cdecl std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADXZ)
  343. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: char __cdecl std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADXZ)
  344. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_ios<char,struct std::char_traits<char> >::basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_ios@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  345. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_ios<char,struct std::char_traits<char> >::basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_ios@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  346. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_ios<char,struct std::char_traits<char> >::basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_ios@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  347. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_ios<char,struct std::char_traits<char> >::basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_ios@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  348. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_ios<char,struct std::char_traits<char> >::basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_ios@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  349. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_ios<char,struct std::char_traits<char> >::basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_ios@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  350. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_ios<char,struct std::char_traits<char> >::basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_ios@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  351. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_ios<char,struct std::char_traits<char> >::basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_ios@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  352. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_ios<char,struct std::char_traits<char> >::basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_ios@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  353. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_ios<char,struct std::char_traits<char> >::basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_ios@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  354. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_ios<char,struct std::char_traits<char> >::basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_ios@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  355. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __cdecl std::basic_ios<char,struct std::char_traits<char> >::basic_ios<char,struct std::char_traits<char> >(void)" (__imp_??0?$basic_ios@DU?$char_traits@D@std@@@std@@IEAA@XZ)
  356. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ)
  357. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ)
  358. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ)
  359. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ)
  360. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ)
  361. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ)
  362. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ)
  363. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ)
  364. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ)
  365. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ)
  366. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ)
  367. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ)
  368. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ)
  369. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ)
  370. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ)
  371. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ)
  372. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ)
  373. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ)
  374. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ)
  375. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ)
  376. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ)
  377. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ)
  378. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ)
  379. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ)
  380. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::basic_istream<char,struct std::char_traits<char> >::_Ipfx(bool)" (__imp_?_Ipfx@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAA_N_N@Z) odkazovaný ve funkci "class std::basic_istream<char,struct std::char_traits<char> > & __cdecl std::ws<char,struct std::char_traits<char> >(class std::basic_istream<char,struct std::char_traits<char> > &)" (??$ws@DU?$char_traits@D@std@@@std@@YAAEAV?$basic_istream@DU?$char_traits@D@std@@@0@AEAV10@@Z)
  381. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_istream<char,struct std::char_traits<char> > & __cdecl std::basic_istream<char,struct std::char_traits<char> >::operator>>(class std::basic_istream<char,struct std::char_traits<char> > & (__cdecl*)(class std::basic_istream<char,struct std::char_traits<char> > &))" (__imp_??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@P6AAEAV01@AEAV01@@Z@Z) odkazovaný ve funkci "bool __cdecl YAML::conversion::ConvertStreamTo<float>(class std::basic_stringstream<char,struct std::char_traits<char>,class std::allocator<char> > &,float &)" (??$ConvertStreamTo@M@conversion@YAML@@YA_NAEAV?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAM@Z)
  382. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_istream<char,struct std::char_traits<char> > & __cdecl std::basic_istream<char,struct std::char_traits<char> >::operator>>(class std::ios_base & (__cdecl*)(class std::ios_base &))" (__imp_??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@P6AAEAVios_base@1@AEAV21@@Z@Z) odkazovaný ve funkci "bool __cdecl YAML::conversion::ConvertStreamTo<float>(class std::basic_stringstream<char,struct std::char_traits<char>,class std::allocator<char> > &,float &)" (??$ConvertStreamTo@M@conversion@YAML@@YA_NAEAV?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAM@Z)
  383. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_istream<char,struct std::char_traits<char> > & __cdecl std::basic_istream<char,struct std::char_traits<char> >::operator>>(float &)" (__imp_??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAM@Z) odkazovaný ve funkci "bool __cdecl YAML::conversion::ConvertStreamTo<float>(class std::basic_stringstream<char,struct std::char_traits<char>,class std::allocator<char> > &,float &)" (??$ConvertStreamTo@M@conversion@YAML@@YA_NAEAV?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAM@Z)
  384. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_istream<char,struct std::char_traits<char> >::peek(void)" (__imp_?peek@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAHXZ) odkazovaný ve funkci "public: static bool __cdecl YAML::convert<float>::decode(class YAML::Node const &,float &)" (?decode@?$convert@M@YAML@@SA_NAEBVNode@2@AEAM@Z)
  385. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_istream<char,struct std::char_traits<char> >::peek(void)" (__imp_?peek@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAHXZ)
  386. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::basic_iostream<char,struct std::char_traits<char> >::basic_iostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *)" (__imp_??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z)
  387. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::basic_iostream<char,struct std::char_traits<char> >::basic_iostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *)" (__imp_??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z)
  388. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::basic_iostream<char,struct std::char_traits<char> >::basic_iostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *)" (__imp_??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z)
  389. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::basic_iostream<char,struct std::char_traits<char> >::basic_iostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *)" (__imp_??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z)
  390. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::basic_iostream<char,struct std::char_traits<char> >::basic_iostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *)" (__imp_??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z)
  391. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::basic_iostream<char,struct std::char_traits<char> >::basic_iostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *)" (__imp_??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z)
  392. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::basic_iostream<char,struct std::char_traits<char> >::basic_iostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *)" (__imp_??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z)
  393. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::basic_iostream<char,struct std::char_traits<char> >::basic_iostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *)" (__imp_??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z)
  394. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::basic_iostream<char,struct std::char_traits<char> >::basic_iostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *)" (__imp_??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z)
  395. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::basic_iostream<char,struct std::char_traits<char> >::basic_iostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *)" (__imp_??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z)
  396. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::basic_iostream<char,struct std::char_traits<char> >::basic_iostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *)" (__imp_??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z)
  397. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::basic_iostream<char,struct std::char_traits<char> >::basic_iostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *)" (__imp_??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z)
  398. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_iostream<char,struct std::char_traits<char> >::~basic_iostream<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  399. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_iostream<char,struct std::char_traits<char> >::~basic_iostream<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  400. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_iostream<char,struct std::char_traits<char> >::~basic_iostream<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  401. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_iostream<char,struct std::char_traits<char> >::~basic_iostream<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  402. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_iostream<char,struct std::char_traits<char> >::~basic_iostream<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  403. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_iostream<char,struct std::char_traits<char> >::~basic_iostream<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  404. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_iostream<char,struct std::char_traits<char> >::~basic_iostream<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  405. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_iostream<char,struct std::char_traits<char> >::~basic_iostream<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  406. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_iostream<char,struct std::char_traits<char> >::~basic_iostream<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  407. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_iostream<char,struct std::char_traits<char> >::~basic_iostream<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  408. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_iostream<char,struct std::char_traits<char> >::~basic_iostream<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  409. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl std::basic_iostream<char,struct std::char_traits<char> >::~basic_iostream<char,struct std::char_traits<char> >(void)" (__imp_??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  410. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl YAML::RepresentationException::RepresentationException(struct YAML::Mark const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_??0RepresentationException@YAML@@QEAA@AEBUMark@1@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) odkazovaný ve funkci "public: __cdecl YAML::BadSubscript::BadSubscript<char [8]>(struct YAML::Mark const &,char const (&)[8])" (??$?0$$BY07D@BadSubscript@YAML@@QEAA@AEBUMark@1@AEAY07$$CBD@Z)
  411. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl YAML::BadConversion::BadConversion(struct YAML::Mark const &)" (__imp_??0BadConversion@YAML@@QEAA@AEBUMark@1@@Z) odkazovaný ve funkci "public: __cdecl YAML::TypedBadConversion<float>::TypedBadConversion<float>(struct YAML::Mark const &)" (??0?$TypedBadConversion@M@YAML@@QEAA@AEBUMark@1@@Z)
  412. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl YAML::BadConversion::BadConversion(class YAML::BadConversion const &)" (__imp_??0BadConversion@YAML@@QEAA@AEBV01@@Z) odkazovaný ve funkci "public: __cdecl YAML::TypedBadConversion<float>::TypedBadConversion<float>(class YAML::TypedBadConversion<float> const &)" (??0?$TypedBadConversion@M@YAML@@QEAA@AEBV01@@Z)
  413. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: struct YAML::Mark __cdecl YAML::Node::Mark(void)const " (__imp_?Mark@Node@YAML@@QEBA?AU02@XZ) odkazovaný ve funkci "public: float __cdecl YAML::Node::as<float>(void)const " (??$as@M@Node@YAML@@QEBAMXZ)
  414. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl YAML::Node::IsScalar(void)const " (__imp_?IsScalar@Node@YAML@@QEBA_NXZ) odkazovaný ve funkci "public: bool __cdecl YAML::detail::node::equals(char const *,class std::shared_ptr<class YAML::detail::memory_holder>)" (?equals@node@detail@YAML@@QEAA_NPEBDV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z)
  415. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) private: __cdecl YAML::Node::Node(class YAML::detail::node &,class std::shared_ptr<class YAML::detail::memory_holder>)" (__imp_??0Node@YAML@@AEAA@AEAVnode@detail@1@V?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z) odkazovaný ve funkci "public: class YAML::Node __cdecl YAML::Node::operator[]<char [8]>(char const (&)[8])" (??$?A$$BY07D@Node@YAML@@QEAA?AV01@AEAY07$$CBD@Z)
  416. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) private: void __cdecl YAML::Node::EnsureNodeExists(void)const " (__imp_?EnsureNodeExists@Node@YAML@@AEBAXXZ) odkazovaný ve funkci "public: class YAML::Node __cdecl YAML::Node::operator[]<char [8]>(char const (&)[8])" (??$?A$$BY07D@Node@YAML@@QEAA?AV01@AEAY07$$CBD@Z)
  417. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) private: void __cdecl YAML::Node::Assign(char const *)" (__imp_?Assign@Node@YAML@@AEAAXPEBD@Z) odkazovaný ve funkci "public: __cdecl YAML::Node::Node<char const *>(char const * const &)" (??$?0PEBD@Node@YAML@@QEAA@AEBQEBD@Z)
  418. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: class YAML::detail::node & __cdecl YAML::detail::memory_holder::create_node(void)" (__imp_?create_node@memory_holder@detail@YAML@@QEAAAEAVnode@23@XZ) odkazovaný ve funkci "public: __cdecl YAML::Node::Node<char const *>(char const * const &)" (??$?0PEBD@Node@YAML@@QEAA@AEBQEBD@Z)
  419. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl YAML::detail::memory_holder::~memory_holder(void)" (__imp_??1memory_holder@detail@YAML@@QEAA@XZ) odkazovaný ve funkci "public: __cdecl std::_Temporary_owner<class YAML::detail::memory_holder>::~_Temporary_owner<class YAML::detail::memory_holder>(void)" (??1?$_Temporary_owner@Vmemory_holder@detail@YAML@@@std@@QEAA@XZ)
  420. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "public: __cdecl YAML::BadConversion::BadConversion(class YAML::BadConversion const &)" (??0BadConversion@YAML@@QEAA@AEBV01@@Z)
  421. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::imbue(class std::locale const &)" (?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAXAEBVlocale@2@@Z)
  422. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::imbue(class std::locale const &)" (?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAXAEBVlocale@2@@Z)
  423. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::imbue(class std::locale const &)" (?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAXAEBVlocale@2@@Z)
  424. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::imbue(class std::locale const &)" (?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAXAEBVlocale@2@@Z)
  425. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::imbue(class std::locale const &)" (?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAXAEBVlocale@2@@Z)
  426. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::imbue(class std::locale const &)" (?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAXAEBVlocale@2@@Z)
  427. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::imbue(class std::locale const &)" (?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAXAEBVlocale@2@@Z)
  428. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::imbue(class std::locale const &)" (?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAXAEBVlocale@2@@Z)
  429. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "protected: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::imbue(class std::locale const &)" (?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAXAEBVlocale@2@@Z)
  430. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::imbue(class std::locale const &)" (?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAXAEBVlocale@2@@Z)
  431. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::imbue(class std::locale const &)" (?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAXAEBVlocale@2@@Z)
  432. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::imbue(class std::locale const &)" (?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAXAEBVlocale@2@@Z)
  433. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sync(void)" (?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  434. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sync(void)" (?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  435. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sync(void)" (?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  436. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sync(void)" (?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  437. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sync(void)" (?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  438. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sync(void)" (?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  439. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sync(void)" (?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  440. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sync(void)" (?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  441. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sync(void)" (?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  442. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sync(void)" (?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  443. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sync(void)" (?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  444. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sync(void)" (?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  445. yaml-cpp.x64.lib(depthguard.obj) : error LNK2019: Nerozpoznaný externí symbol "protected: virtual class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setbuf(char *,__int64)" (?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAPEAV12@PEAD_J@Z) odkazovaný ve funkci "public: __cdecl std::bad_array_new_length::bad_array_new_length(void)" (??0bad_array_new_length@std@@QEAA@XZ)
  446. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setbuf(char *,__int64)" (?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAPEAV12@PEAD_J@Z)
  447. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setbuf(char *,__int64)" (?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAPEAV12@PEAD_J@Z)
  448. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setbuf(char *,__int64)" (?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAPEAV12@PEAD_J@Z)
  449. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setbuf(char *,__int64)" (?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAPEAV12@PEAD_J@Z)
  450. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setbuf(char *,__int64)" (?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAPEAV12@PEAD_J@Z)
  451. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setbuf(char *,__int64)" (?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAPEAV12@PEAD_J@Z)
  452. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setbuf(char *,__int64)" (?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAPEAV12@PEAD_J@Z)
  453. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "protected: virtual class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setbuf(char *,__int64)" (?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAPEAV12@PEAD_J@Z)
  454. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setbuf(char *,__int64)" (?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAPEAV12@PEAD_J@Z)
  455. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setbuf(char *,__int64)" (?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAPEAV12@PEAD_J@Z)
  456. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual class std::basic_streambuf<char,struct std::char_traits<char> > * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::setbuf(char *,__int64)" (?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAPEAV12@PEAD_J@Z)
  457. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z)
  458. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z)
  459. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z)
  460. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z)
  461. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z)
  462. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z)
  463. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z)
  464. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z)
  465. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z)
  466. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z)
  467. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z)
  468. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z)
  469. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z)
  470. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z)
  471. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z)
  472. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z)
  473. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z)
  474. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z)
  475. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z)
  476. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z)
  477. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z)
  478. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z)
  479. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z)
  480. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z)
  481. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::uflow(void)" (?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  482. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::uflow(void)" (?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  483. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::uflow(void)" (?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  484. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::uflow(void)" (?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  485. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::uflow(void)" (?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  486. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::uflow(void)" (?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  487. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::uflow(void)" (?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  488. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::uflow(void)" (?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  489. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::uflow(void)" (?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  490. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::uflow(void)" (?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  491. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::uflow(void)" (?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  492. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual int __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::uflow(void)" (?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  493. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::showmanyc(void)" (?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JXZ)
  494. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::showmanyc(void)" (?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JXZ)
  495. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::showmanyc(void)" (?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JXZ)
  496. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::showmanyc(void)" (?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JXZ)
  497. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::showmanyc(void)" (?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JXZ)
  498. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::showmanyc(void)" (?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JXZ)
  499. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::showmanyc(void)" (?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JXZ)
  500. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::showmanyc(void)" (?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JXZ)
  501. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::showmanyc(void)" (?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JXZ)
  502. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::showmanyc(void)" (?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JXZ)
  503. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::showmanyc(void)" (?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JXZ)
  504. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::showmanyc(void)" (?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JXZ)
  505. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  506. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  507. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  508. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  509. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  510. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  511. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  512. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  513. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  514. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  515. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  516. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  517. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)" (?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  518. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)" (?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  519. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)" (?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  520. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)" (?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  521. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)" (?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  522. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)" (?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  523. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)" (?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  524. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)" (?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  525. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)" (?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  526. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)" (?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  527. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)" (?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  528. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)" (?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ)
  529. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  530. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  531. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ)
  532. TestFunctionLibrary.cpp.obj : error LNK2001: Nerozpoznaný externí symbol "public: __cdecl std::_Lockit::~_Lockit(void)" (??1_Lockit@std@@QEAA@XZ)
  533. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "public: __cdecl std::_Lockit::~_Lockit(void)" (??1_Lockit@std@@QEAA@XZ)
  534. TestFunctionLibrary.cpp.obj : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: static class std::locale::id std::ctype<char>::id" (__imp_?id@?$ctype@D@std@@2V0locale@2@A) odkazovaný ve funkci "class std::ctype<char> const & __cdecl std::use_facet<class std::ctype<char> >(class std::locale const &)" (??$use_facet@V?$ctype@D@std@@@std@@YAAEBV?$ctype@D@0@AEBVlocale@0@@Z)
  535. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2019: Nerozpoznaný externí symbol "bool __cdecl std::uncaught_exception(void)" (?uncaught_exception@std@@YA_NXZ) odkazovaný ve funkci "class YAML::RegEx const & __cdecl YAML::Exp::Blank(void)" (?Blank@Exp@YAML@@YAAEBVRegEx@2@XZ)
  536. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "bool __cdecl std::uncaught_exception(void)" (?uncaught_exception@std@@YA_NXZ)
  537. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "bool __cdecl std::uncaught_exception(void)" (?uncaught_exception@std@@YA_NXZ)
  538. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "bool __cdecl std::uncaught_exception(void)" (?uncaught_exception@std@@YA_NXZ)
  539. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "bool __cdecl std::uncaught_exception(void)" (?uncaught_exception@std@@YA_NXZ)
  540. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "bool __cdecl std::uncaught_exception(void)" (?uncaught_exception@std@@YA_NXZ)
  541. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "bool __cdecl std::uncaught_exception(void)" (?uncaught_exception@std@@YA_NXZ)
  542. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "bool __cdecl std::uncaught_exception(void)" (?uncaught_exception@std@@YA_NXZ)
  543. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "bool __cdecl std::uncaught_exception(void)" (?uncaught_exception@std@@YA_NXZ)
  544. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "bool __cdecl std::uncaught_exception(void)" (?uncaught_exception@std@@YA_NXZ)
  545. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "bool __cdecl std::uncaught_exception(void)" (?uncaught_exception@std@@YA_NXZ)
  546. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xout_of_range(char const *)" (?_Xout_of_range@std@@YAXPEBD@Z)
  547. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xout_of_range(char const *)" (?_Xout_of_range@std@@YAXPEBD@Z)
  548. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xout_of_range(char const *)" (?_Xout_of_range@std@@YAXPEBD@Z)
  549. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::codecvt_base::always_noconv(void)const " (__imp_?always_noconv@codecvt_base@std@@QEBA_NXZ) odkazovaný ve funkci "public: __cdecl 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@@QEAA@PEBDHH@Z)
  550. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::codecvt<char,char,struct _Mbstatet>::in(struct _Mbstatet &,char const *,char const *,char const * &,char *,char *,char * &)const " (__imp_?in@?$codecvt@DDU_Mbstatet@@@std@@QEBAHAEAU_Mbstatet@@PEBD1AEAPEBDPEAD3AEAPEAD@Z) odkazovaný ve funkci "protected: virtual int __cdecl std::basic_filebuf<char,struct std::char_traits<char> >::uflow(void)" (?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  551. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::codecvt<char,char,struct _Mbstatet>::out(struct _Mbstatet &,char const *,char const *,char const * &,char *,char *,char * &)const " (__imp_?out@?$codecvt@DDU_Mbstatet@@@std@@QEBAHAEAU_Mbstatet@@PEBD1AEAPEBDPEAD3AEAPEAD@Z) odkazovaný ve funkci "protected: virtual int __cdecl std::basic_filebuf<char,struct std::char_traits<char> >::overflow(int)" (?overflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MEAAHH@Z)
  552. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::codecvt<char,char,struct _Mbstatet>::unshift(struct _Mbstatet &,char *,char *,char * &)const " (__imp_?unshift@?$codecvt@DDU_Mbstatet@@@std@@QEBAHAEAU_Mbstatet@@PEAD1AEAPEAD@Z) odkazovaný ve funkci "protected: bool __cdecl std::basic_filebuf<char,struct std::char_traits<char> >::_Endwrite(void)" (?_Endwrite@?$basic_filebuf@DU?$char_traits@D@std@@@std@@IEAA_NXZ)
  553. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: static unsigned __int64 __cdecl std::codecvt<char,char,struct _Mbstatet>::_Getcat(class std::locale::facet const * *,class std::locale const *)" (__imp_?_Getcat@?$codecvt@DDU_Mbstatet@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z) odkazovaný ve funkci "class std::codecvt<char,char,struct _Mbstatet> const & __cdecl std::use_facet<class std::codecvt<char,char,struct _Mbstatet> >(class std::locale const &)" (??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAAEBV?$codecvt@DDU_Mbstatet@@@0@AEBVlocale@0@@Z)
  554. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::operator!(void)const " (__imp_??7ios_base@std@@QEBA_NXZ) odkazovaný ve funkci "class std::vector<class YAML::Node,class std::allocator<class YAML::Node> > __cdecl YAML::LoadAllFromFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?LoadAllFromFile@YAML@@YA?AV?$vector@VNode@YAML@@V?$allocator@VNode@YAML@@@std@@@std@@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@@Z)
  555. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::operator!(void)const " (__imp_??7ios_base@std@@QEBA_NXZ)
  556. yaml-cpp.x64.lib(stream.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: bool __cdecl std::ios_base::operator!(void)const " (__imp_??7ios_base@std@@QEBA_NXZ)
  557. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::locale __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::getloc(void)const " (__imp_?getloc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEBA?AVlocale@2@XZ) odkazovaný ve funkci "public: __cdecl 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@@QEAA@PEBDHH@Z)
  558. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Gndec(void)" (__imp_?_Gndec@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ) odkazovaný ve funkci "protected: virtual int __cdecl std::basic_filebuf<char,struct std::char_traits<char> >::pbackfail(int)" (?pbackfail@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MEAAHH@Z)
  559. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) protected: char * __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Gninc(void)" (__imp_?_Gninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ) odkazovaný ve funkci "protected: virtual int __cdecl std::basic_filebuf<char,struct std::char_traits<char> >::uflow(void)" (?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MEAAHXZ)
  560. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Gnavail(void)const " (__imp_?_Gnavail@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBA_JXZ) odkazovaný ve funkci "protected: virtual __int64 __cdecl std::basic_filebuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (?xsgetn@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z)
  561. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::pbump(int)" (__imp_?pbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXH@Z) odkazovaný ve funkci "protected: virtual __int64 __cdecl std::basic_filebuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z)
  562. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) protected: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Pnavail(void)const " (__imp_?_Pnavail@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBA_JXZ) odkazovaný ve funkci "protected: virtual __int64 __cdecl std::basic_filebuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z)
  563. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Init(void)" (__imp_?_Init@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXXZ) odkazovaný ve funkci "public: __cdecl 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@@QEAA@PEBDHH@Z)
  564. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) protected: void __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Init(char * *,char * *,int *,char * *,char * *,int *)" (__imp_?_Init@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAPEAD0PEAH001@Z) odkazovaný ve funkci "public: __cdecl 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@@QEAA@PEBDHH@Z)
  565. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (__imp_?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z) odkazovaný ve funkci "protected: virtual __int64 __cdecl std::basic_filebuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (?xsgetn@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z)
  566. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (__imp_?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z) odkazovaný ve funkci "protected: virtual __int64 __cdecl std::basic_filebuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z)
  567. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "struct _iobuf * __cdecl std::_Fiopen(char const *,int,int)" (?_Fiopen@std@@YAPEAU_iobuf@@PEBDHH@Z) odkazovaný ve funkci "public: __cdecl 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@@QEAA@PEBDHH@Z)
  568. yaml-cpp.x64.lib(scanscalar.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@H@Z) odkazovaný ve funkci "class YAML::RegEx const & __cdecl YAML::Exp::Break(void)" (?Break@Exp@YAML@@YAAEBVRegEx@2@XZ)
  569. yaml-cpp.x64.lib(scantag.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@H@Z)
  570. yaml-cpp.x64.lib(exp.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@H@Z)
  571. yaml-cpp.x64.lib(scanner.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@H@Z)
  572. yaml-cpp.x64.lib(singledocparser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@H@Z)
  573. yaml-cpp.x64.lib(scantoken.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@H@Z)
  574. yaml-cpp.x64.lib(depthguard.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@H@Z)
  575. yaml-cpp.x64.lib(parse.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@H@Z)
  576. yaml-cpp.x64.lib(convert.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@H@Z)
  577. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@H@Z)
  578. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@H@Z)
  579. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl 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@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z) odkazovaný ve funkci "public: __cdecl 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@@QEAA@PEBDHH@Z)
  580. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: virtual __cdecl 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@@UEAA@XZ) odkazovaný ve funkci "int `public: __cdecl std::basic_ifstream<char,struct std::char_traits<char> >::basic_ifstream<char,struct std::char_traits<char> >(char const *,int,int)'::`1'::dtor$1" (?dtor$1@?0???0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QEAA@PEBDHH@Z@4HA)
  581. yaml-cpp.x64.lib(parse.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: static class std::locale::id std::codecvt<char,char,struct _Mbstatet>::id" (__imp_?id@?$codecvt@DDU_Mbstatet@@@std@@2V0locale@2@A) odkazovaný ve funkci "class std::codecvt<char,char,struct _Mbstatet> const & __cdecl std::use_facet<class std::codecvt<char,char,struct _Mbstatet> >(class std::locale const &)" (??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAAEBV?$codecvt@DDU_Mbstatet@@@0@AEBVlocale@0@@Z)
  582. yaml-cpp.x64.lib(node_data.obj) : error LNK2019: Nerozpoznaný externí symbol "void __cdecl std::_Xruntime_error(char const *)" (?_Xruntime_error@std@@YAXPEBD@Z) odkazovaný ve funkci "private: void __cdecl YAML::detail::node_data::convert_sequence_to_map(class std::shared_ptr<class YAML::detail::memory_holder> const &)" (?convert_sequence_to_map@node_data@detail@YAML@@AEAAXAEBV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z)
  583. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "void __cdecl std::_Xruntime_error(char const *)" (?_Xruntime_error@std@@YAXPEBD@Z)
  584. yaml-cpp.x64.lib(node_data.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::_Locinfo::_Locinfo(int,char const *)" (__imp_??0_Locinfo@std@@QEAA@HPEBD@Z) odkazovaný ve funkci "private: void __cdecl YAML::detail::node_data::convert_sequence_to_map(class std::shared_ptr<class YAML::detail::memory_holder> const &)" (?convert_sequence_to_map@node_data@detail@YAML@@AEAAXAEBV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z)
  585. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::_Locinfo::_Locinfo(int,char const *)" (__imp_??0_Locinfo@std@@QEAA@HPEBD@Z)
  586. yaml-cpp.x64.lib(node_data.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::_Locinfo::~_Locinfo(void)" (__imp_??1_Locinfo@std@@QEAA@XZ) odkazovaný ve funkci "private: void __cdecl YAML::detail::node_data::convert_sequence_to_map(class std::shared_ptr<class YAML::detail::memory_holder> const &)" (?convert_sequence_to_map@node_data@detail@YAML@@AEAAXAEBV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z)
  587. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: __cdecl std::_Locinfo::~_Locinfo(void)" (__imp_??1_Locinfo@std@@QEAA@XZ)
  588. yaml-cpp.x64.lib(node_data.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: char const * __cdecl std::_Locinfo::_Getname(void)const " (__imp_?_Getname@_Locinfo@std@@QEBAPEBDXZ) odkazovaný ve funkci "private: void __cdecl YAML::detail::node_data::convert_sequence_to_map(class std::shared_ptr<class YAML::detail::memory_holder> const &)" (?convert_sequence_to_map@node_data@detail@YAML@@AEAAXAEBV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z)
  589. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: char const * __cdecl std::_Locinfo::_Getname(void)const " (__imp_?_Getname@_Locinfo@std@@QEBAPEBDXZ)
  590. yaml-cpp.x64.lib(node_data.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::_Yarn<char> & __cdecl std::_Yarn<char>::operator=(char const *)" (__imp_??4?$_Yarn@D@std@@QEAAAEAV01@PEBD@Z) odkazovaný ve funkci "private: void __cdecl YAML::detail::node_data::convert_sequence_to_map(class std::shared_ptr<class YAML::detail::memory_holder> const &)" (?convert_sequence_to_map@node_data@detail@YAML@@AEAAXAEBV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z)
  591. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::_Yarn<char> & __cdecl std::_Yarn<char>::operator=(char const *)" (__imp_??4?$_Yarn@D@std@@QEAAAEAV01@PEBD@Z)
  592. yaml-cpp.x64.lib(node_data.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) private: static class std::locale::_Locimp * __cdecl std::locale::_Locimp::_New_Locimp(bool)" (__imp_?_New_Locimp@_Locimp@locale@std@@CAPEAV123@_N@Z) odkazovaný ve funkci "private: void __cdecl YAML::detail::node_data::convert_sequence_to_map(class std::shared_ptr<class YAML::detail::memory_holder> const &)" (?convert_sequence_to_map@node_data@detail@YAML@@AEAAXAEBV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z)
  593. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) private: static class std::locale::_Locimp * __cdecl std::locale::_Locimp::_New_Locimp(bool)" (__imp_?_New_Locimp@_Locimp@locale@std@@CAPEAV123@_N@Z)
  594. yaml-cpp.x64.lib(node_data.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) private: static class std::locale::_Locimp * __cdecl std::locale::_Locimp::_Makeloc(class std::_Locinfo const &,int,class std::locale::_Locimp *,class std::locale const *)" (__imp_?_Makeloc@_Locimp@locale@std@@CAPEAV123@AEBV_Locinfo@3@HPEAV123@PEBV23@@Z) odkazovaný ve funkci "private: void __cdecl YAML::detail::node_data::convert_sequence_to_map(class std::shared_ptr<class YAML::detail::memory_holder> const &)" (?convert_sequence_to_map@node_data@detail@YAML@@AEAAXAEBV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z)
  595. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) private: static class std::locale::_Locimp * __cdecl std::locale::_Locimp::_Makeloc(class std::_Locinfo const &,int,class std::locale::_Locimp *,class std::locale const *)" (__imp_?_Makeloc@_Locimp@locale@std@@CAPEAV123@AEBV_Locinfo@3@HPEAV123@PEBV23@@Z)
  596. yaml-cpp.x64.lib(node_data.obj) : error LNK2019: Nerozpoznaný externí symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Init(bool)" (?_Init@locale@std@@CAPEAV_Locimp@12@_N@Z) odkazovaný ve funkci "private: void __cdecl YAML::detail::node_data::convert_sequence_to_map(class std::shared_ptr<class YAML::detail::memory_holder> const &)" (?convert_sequence_to_map@node_data@detail@YAML@@AEAAXAEBV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z)
  597. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Init(bool)" (?_Init@locale@std@@CAPEAV_Locimp@12@_N@Z)
  598. yaml-cpp.x64.lib(node_data.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::locale __cdecl std::basic_ios<char,struct std::char_traits<char> >::imbue(class std::locale const &)" (__imp_?imbue@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAA?AVlocale@2@AEBV32@@Z) odkazovaný ve funkci "private: void __cdecl YAML::detail::node_data::convert_sequence_to_map(class std::shared_ptr<class YAML::detail::memory_holder> const &)" (?convert_sequence_to_map@node_data@detail@YAML@@AEAAXAEBV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z)
  599. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::locale __cdecl std::basic_ios<char,struct std::char_traits<char> >::imbue(class std::locale const &)" (__imp_?imbue@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAA?AVlocale@2@AEBV32@@Z)
  600. yaml-cpp.x64.lib(node_data.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(unsigned __int64)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@_K@Z) odkazovaný ve funkci "private: void __cdecl YAML::detail::node_data::convert_sequence_to_map(class std::shared_ptr<class YAML::detail::memory_holder> const &)" (?convert_sequence_to_map@node_data@detail@YAML@@AEAAXAEBV?$shared_ptr@Vmemory_holder@detail@YAML@@@std@@@Z)
  601. yaml-cpp.x64.lib(node_data.obj) : error LNK2001: Nerozpoznaný externí symbol "public: __cdecl std::_Locinfo::~_Locinfo(void)" (??1_Locinfo@std@@QEAA@XZ)
  602. yaml-cpp.x64.lib(parser.obj) : error LNK2001: Nerozpoznaný externí symbol "public: __cdecl std::_Locinfo::~_Locinfo(void)" (??1_Locinfo@std@@QEAA@XZ)
  603. yaml-cpp.x64.lib(parser.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_istream<char,struct std::char_traits<char> > & __cdecl std::basic_istream<char,struct std::char_traits<char> >::operator>>(int &)" (__imp_??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAH@Z) odkazovaný ve funkci "private: void __cdecl YAML::Parser::HandleYamlDirective(struct YAML::Token const &)" (?HandleYamlDirective@Parser@YAML@@AEAAXAEBUToken@2@@Z)
  604. yaml-cpp.x64.lib(parser.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_istream<char,struct std::char_traits<char> >::get(void)" (__imp_?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAHXZ) odkazovaný ve funkci "private: void __cdecl YAML::Parser::HandleYamlDirective(struct YAML::Token const &)" (?HandleYamlDirective@Parser@YAML@@AEAAXAEBUToken@2@@Z)
  605. yaml-cpp.x64.lib(stream.obj) : error LNK2001: Nerozpoznaný externí symbol "__declspec(dllimport) public: int __cdecl std::basic_istream<char,struct std::char_traits<char> >::get(void)" (__imp_?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAHXZ)
  606. yaml-cpp.x64.lib(stream.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::sgetn(char *,__int64)" (__imp_?sgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEAD_J@Z) odkazovaný ve funkci "private: unsigned char __cdecl YAML::Stream::GetNextByte(void)const " (?GetNextByte@Stream@YAML@@AEBAEXZ)
  607. yaml-cpp.x64.lib(stream.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: void __cdecl std::basic_ios<char,struct std::char_traits<char> >::clear(int,bool)" (__imp_?clear@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z) odkazovaný ve funkci "public: __cdecl YAML::Stream::Stream(class std::basic_istream<char,struct std::char_traits<char> > &)" (??0Stream@YAML@@QEAA@AEAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z)
  608. yaml-cpp.x64.lib(stream.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_istream<char,struct std::char_traits<char> > & __cdecl std::basic_istream<char,struct std::char_traits<char> >::putback(char)" (__imp_?putback@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@D@Z) odkazovaný ve funkci "public: __cdecl YAML::Stream::Stream(class std::basic_istream<char,struct std::char_traits<char> > &)" (??0Stream@YAML@@QEAA@AEAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z)
  609. yaml-cpp.x64.lib(exp.obj) : error LNK2019: Nerozpoznaný externí symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(unsigned int)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@I@Z) odkazovaný ve funkci "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl YAML::Exp::Escape(class YAML::Stream &,int)" (?Escape@Exp@YAML@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAVStream@2@H@Z)
  610.  
  611. Failed to link patch (0.000s) (Exit code: 0x460)
Advertisement
Add Comment
Please, Sign In to add comment