Guest User

Untitled

a guest
Feb 4th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 6.62 KB | None | 0 0
  1. 1>------ Rebuild All started: Project: LootBoxes, Configuration: Release x64 ------
  2. 1>stdafx.cpp
  3. 1>LootBoxes.cpp
  4. 1>c:\users\tommy\desktop\lootboxsource-master\lootboxes\lootboxes.cpp(51): warning C4244: 'initializing': conversion from 'unsigned __int64' to 'int', possible loss of data
  5. 1>c:\users\tommy\desktop\lootboxsource-master\lootboxes\lootboxes.cpp(136): warning C4244: 'initializing': conversion from 'unsigned __int64' to 'int', possible loss of data
  6. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(11140): error C2039: '_snprintf': is not a member of 'std'
  7. 1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\iostream(14): note: see declaration of 'std'
  8. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(11064): note: while compiling class template member function 'void nlohmann::detail::serializer<nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>>::dump_escaped(const std::basic_string<char,std::char_traits<char>,std::allocator<char>> &,const bool)'
  9. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(10888): note: see reference to function template instantiation 'void nlohmann::detail::serializer<nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>>::dump_escaped(const std::basic_string<char,std::char_traits<char>,std::allocator<char>> &,const bool)' being compiled
  10. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(14228): note: see reference to class template instantiation 'nlohmann::detail::serializer<nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>>' being compiled
  11. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(14228): note: while compiling class template member function 'std::basic_string<char,std::char_traits<char>,std::allocator<char>> nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::dump(const int,const char,const bool,const nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::error_handler_t) const'
  12. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(20179): note: see reference to function template instantiation 'std::basic_string<char,std::char_traits<char>,std::allocator<char>> nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::dump(const int,const char,const bool,const nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::error_handler_t) const' being compiled
  13. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(20178): note: see reference to class template instantiation 'nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>' being compiled
  14. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(11146): error C2039: '_snprintf': is not a member of 'std'
  15. 1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\iostream(14): note: see declaration of 'std'
  16. 1>LootDatabase.cpp
  17. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(11140): error C2039: '_snprintf': is not a member of 'std'
  18. 1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\sstream(14): note: see declaration of 'std'
  19. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(11064): note: while compiling class template member function 'void nlohmann::detail::serializer<nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>>::dump_escaped(const std::basic_string<char,std::char_traits<char>,std::allocator<char>> &,const bool)'
  20. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(10888): note: see reference to function template instantiation 'void nlohmann::detail::serializer<nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>>::dump_escaped(const std::basic_string<char,std::char_traits<char>,std::allocator<char>> &,const bool)' being compiled
  21. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(14228): note: see reference to class template instantiation 'nlohmann::detail::serializer<nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>>' being compiled
  22. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(14228): note: while compiling class template member function 'std::basic_string<char,std::char_traits<char>,std::allocator<char>> nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::dump(const int,const char,const bool,const nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::error_handler_t) const'
  23. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(20179): note: see reference to function template instantiation 'std::basic_string<char,std::char_traits<char>,std::allocator<char>> nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::dump(const int,const char,const bool,const nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::error_handler_t) const' being compiled
  24. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(20178): note: see reference to class template instantiation 'nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>' being compiled
  25. 1>c:\users\tommy\desktop\ark-server-api-master\version\core\public\json.hpp(11146): error C2039: '_snprintf': is not a member of 'std'
  26. 1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\sstream(14): note: see declaration of 'std'
  27. 1>Backup.cpp
  28. 1>Column.cpp
  29. 1>Database.cpp
  30. 1>Exception.cpp
  31. 1>Statement.cpp
  32. 1>Transaction.cpp
  33. 1>dllmain.cpp
  34. 1>Done building project "LootBoxes.vcxproj" -- FAILED.
  35. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment