turtle5204

Untitled

Apr 21st, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.01 KB | None | 0 0
  1. 1>------ Build started: Project: ZERO_CHECK, Configuration: Release x64 ------
  2. 2>------ Build started: Project: kristforge, Configuration: Release x64 ------
  3. 2>main.cpp
  4. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(4650): warning C4996: 'clCreateSampler': was declared deprecated
  5. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1450): note: see declaration of 'clCreateSampler'
  6. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(5510): warning C4996: 'clCreateCommandQueue': was declared deprecated
  7. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1443): note: see declaration of 'clCreateCommandQueue'
  8. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(5541): warning C4996: 'clCreateCommandQueue': was declared deprecated
  9. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1443): note: see declaration of 'clCreateCommandQueue'
  10. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(5558): warning C4996: 'clCreateCommandQueue': was declared deprecated
  11. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1443): note: see declaration of 'clCreateCommandQueue'
  12. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(6362): warning C4996: 'clEnqueueTask': was declared deprecated
  13. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1457): note: see declaration of 'clEnqueueTask'
  14. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\optional(73): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned long', possible loss of data
  15. 2>c:\users\gamee\downloads\new folder\kristforge-master\main.cpp(226): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<T&>(std::in_place_t,T &)' being compiled
  16. 2> with
  17. 2> [
  18. 2> _Ty=unsigned long,
  19. 2> T=::size_t
  20. 2> ]
  21. 2>c:\users\gamee\downloads\new folder\kristforge-master\main.cpp(226): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<T&>(std::in_place_t,T &)' being compiled
  22. 2> with
  23. 2> [
  24. 2> _Ty=unsigned long,
  25. 2> T=::size_t
  26. 2> ]
  27. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\optional(246): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<T&>(std::in_place_t,T &)' being compiled
  28. 2> with
  29. 2> [
  30. 2> _Ty=unsigned long,
  31. 2> T=::size_t
  32. 2> ]
  33. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\optional(245): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<T&>(std::in_place_t,T &)' being compiled
  34. 2> with
  35. 2> [
  36. 2> _Ty=unsigned long,
  37. 2> T=::size_t
  38. 2> ]
  39. 2>c:\users\gamee\downloads\new folder\kristforge-master\main.cpp(144): note: see reference to function template instantiation 'std::optional<unsigned long>::optional<T&,0>(_Ty2)' being compiled
  40. 2> with
  41. 2> [
  42. 2> T=::size_t,
  43. 2> _Ty2=size_t &
  44. 2> ]
  45. 2>c:\users\gamee\downloads\new folder\kristforge-master\main.cpp(142): note: see reference to function template instantiation 'std::optional<unsigned long>::optional<T&,0>(_Ty2)' being compiled
  46. 2> with
  47. 2> [
  48. 2> T=::size_t,
  49. 2> _Ty2=size_t &
  50. 2> ]
  51. 2>state.cpp
  52. 2>network.cpp
  53. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\networking.h(162): warning C4251: 'uS::TLS::Context::password': class 'std::shared_ptr<std::string>' needs to have dll-interface to be used by clients of class 'uS::TLS::Context'
  54. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\networking.h(162): note: see declaration of 'std::shared_ptr<std::string>'
  55. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\networking.h(214): warning C4251: 'uS::NodeData::transferQueue': class 'std::vector<uS::Poll *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'uS::NodeData'
  56. 2> with
  57. 2> [
  58. 2> _Ty=uS::Poll *
  59. 2> ]
  60. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\networking.h(214): note: see declaration of 'std::vector<uS::Poll *,std::allocator<_Ty>>'
  61. 2> with
  62. 2> [
  63. 2> _Ty=uS::Poll *
  64. 2> ]
  65. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\networking.h(215): warning C4251: 'uS::NodeData::changePollQueue': class 'std::vector<uS::Poll *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'uS::NodeData'
  66. 2> with
  67. 2> [
  68. 2> _Ty=uS::Poll *
  69. 2> ]
  70. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\networking.h(214): note: see declaration of 'std::vector<uS::Poll *,std::allocator<_Ty>>'
  71. 2> with
  72. 2> [
  73. 2> _Ty=uS::Poll *
  74. 2> ]
  75. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\socket.h(26): warning C4275: non dll-interface struct 'uS::Poll' used as base for dll-interface struct 'uS::Socket'
  76. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\libuv.h(98): note: see declaration of 'uS::Poll'
  77. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\socket.h(26): note: see declaration of 'uS::Socket'
  78. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\socket.h(328): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
  79. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\websocket.h(18): warning C4251: 'uWS::WebSocket<isServer>::fragmentBuffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'uWS::WebSocket<isServer>'
  80. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\xstring(4273): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  81. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\websocket.h(85): note: see reference to class template instantiation 'uWS::WebSocket<isServer>' being compiled
  82. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\httpsocket.h(115): warning C4251: 'uWS::HttpSocket<true>::httpBuffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'uWS::HttpSocket<true>'
  83. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\xstring(4273): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  84. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\httpsocket.h(142): note: see reference to class template instantiation 'uWS::HttpSocket<true>' being compiled
  85. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\httpsocket.h(207): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  86. 2>c:\program files (x86)\windows kits\10\include\10.0.16299.0\ucrt\stdio.h(1772): note: see declaration of 'sprintf'
  87. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\node.h(76): warning C4251: 'uS::Node::asyncMutex': class 'std::recursive_mutex' needs to have dll-interface to be used by clients of class 'uS::Node'
  88. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\mutex(95): note: see declaration of 'std::recursive_mutex'
  89. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(26): warning C4251: 'uWS::Group<true>::connectionHandler': class 'std::function<void (uWS::WebSocket<true> *,uWS::HttpRequest)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<true>'
  90. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(26): note: see declaration of 'std::function<void (uWS::WebSocket<true> *,uWS::HttpRequest)>'
  91. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\hub.h(13): note: see reference to class template instantiation 'uWS::Group<true>' being compiled
  92. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(27): warning C4251: 'uWS::Group<true>::transferHandler': class 'std::function<void (uWS::WebSocket<true> *)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<true>'
  93. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(27): note: see declaration of 'std::function<void (uWS::WebSocket<true> *)>'
  94. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(28): warning C4251: 'uWS::Group<true>::messageHandler': class 'std::function<void (uWS::WebSocket<true> *,char *,::size_t,uWS::OpCode)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<true>'
  95. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(28): note: see declaration of 'std::function<void (uWS::WebSocket<true> *,char *,::size_t,uWS::OpCode)>'
  96. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(29): warning C4251: 'uWS::Group<true>::disconnectionHandler': class 'std::function<void (uWS::WebSocket<true> *,int,char *,::size_t)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<true>'
  97. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(29): note: see declaration of 'std::function<void (uWS::WebSocket<true> *,int,char *,::size_t)>'
  98. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(30): warning C4251: 'uWS::Group<true>::pingHandler': class 'std::function<void (uWS::WebSocket<true> *,char *,::size_t)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<true>'
  99. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(30): note: see declaration of 'std::function<void (uWS::WebSocket<true> *,char *,::size_t)>'
  100. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(31): warning C4251: 'uWS::Group<true>::pongHandler': class 'std::function<void (uWS::WebSocket<true> *,char *,::size_t)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<true>'
  101. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(30): note: see declaration of 'std::function<void (uWS::WebSocket<true> *,char *,::size_t)>'
  102. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(32): warning C4251: 'uWS::Group<true>::httpConnectionHandler': class 'std::function<void (uWS::HttpSocket<true> *)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<true>'
  103. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(32): note: see declaration of 'std::function<void (uWS::HttpSocket<true> *)>'
  104. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(33): warning C4251: 'uWS::Group<true>::httpRequestHandler': class 'std::function<void (uWS::HttpResponse *,uWS::HttpRequest,char *,::size_t,::size_t)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<true>'
  105. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(33): note: see declaration of 'std::function<void (uWS::HttpResponse *,uWS::HttpRequest,char *,::size_t,::size_t)>'
  106. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(34): warning C4251: 'uWS::Group<true>::httpDataHandler': class 'std::function<void (uWS::HttpResponse *,char *,::size_t,::size_t)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<true>'
  107. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(34): note: see declaration of 'std::function<void (uWS::HttpResponse *,char *,::size_t,::size_t)>'
  108. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(35): warning C4251: 'uWS::Group<true>::httpCancelledRequestHandler': class 'std::function<void (uWS::HttpResponse *)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<true>'
  109. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(35): note: see declaration of 'std::function<void (uWS::HttpResponse *)>'
  110. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(36): warning C4251: 'uWS::Group<true>::httpDisconnectionHandler': class 'std::function<void (uWS::HttpSocket<true> *)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<true>'
  111. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(32): note: see declaration of 'std::function<void (uWS::HttpSocket<true> *)>'
  112. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(37): warning C4251: 'uWS::Group<true>::httpUpgradeHandler': class 'std::function<void (uWS::HttpSocket<true> *,uWS::HttpRequest)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<true>'
  113. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(37): note: see declaration of 'std::function<void (uWS::HttpSocket<true> *,uWS::HttpRequest)>'
  114. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(40): warning C4251: 'uWS::Group<true>::errorHandler': class 'std::function<void (int)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<true>'
  115. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(40): note: see declaration of 'std::function<void (int)>'
  116. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(46): warning C4251: 'uWS::Group<true>::userPingMessage': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'uWS::Group<true>'
  117. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\xstring(4273): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  118. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(47): warning C4251: 'uWS::Group<true>::iterators': class 'std::stack<uS::Poll *,std::deque<_Ty,std::allocator<_Ty>>>' needs to have dll-interface to be used by clients of struct 'uWS::Group<true>'
  119. 2> with
  120. 2> [
  121. 2> _Ty=uS::Poll *
  122. 2> ]
  123. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(47): note: see declaration of 'std::stack<uS::Poll *,std::deque<_Ty,std::allocator<_Ty>>>'
  124. 2> with
  125. 2> [
  126. 2> _Ty=uS::Poll *
  127. 2> ]
  128. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(26): warning C4251: 'uWS::Group<false>::connectionHandler': class 'std::function<void (uWS::WebSocket<false> *,uWS::HttpRequest)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<false>'
  129. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(26): note: see declaration of 'std::function<void (uWS::WebSocket<false> *,uWS::HttpRequest)>'
  130. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\hub.h(13): note: see reference to class template instantiation 'uWS::Group<false>' being compiled
  131. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(27): warning C4251: 'uWS::Group<false>::transferHandler': class 'std::function<void (uWS::WebSocket<false> *)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<false>'
  132. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(27): note: see declaration of 'std::function<void (uWS::WebSocket<false> *)>'
  133. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(28): warning C4251: 'uWS::Group<false>::messageHandler': class 'std::function<void (uWS::WebSocket<false> *,char *,::size_t,uWS::OpCode)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<false>'
  134. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(28): note: see declaration of 'std::function<void (uWS::WebSocket<false> *,char *,::size_t,uWS::OpCode)>'
  135. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(29): warning C4251: 'uWS::Group<false>::disconnectionHandler': class 'std::function<void (uWS::WebSocket<false> *,int,char *,::size_t)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<false>'
  136. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(29): note: see declaration of 'std::function<void (uWS::WebSocket<false> *,int,char *,::size_t)>'
  137. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(30): warning C4251: 'uWS::Group<false>::pingHandler': class 'std::function<void (uWS::WebSocket<false> *,char *,::size_t)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<false>'
  138. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(30): note: see declaration of 'std::function<void (uWS::WebSocket<false> *,char *,::size_t)>'
  139. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(31): warning C4251: 'uWS::Group<false>::pongHandler': class 'std::function<void (uWS::WebSocket<false> *,char *,::size_t)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<false>'
  140. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(30): note: see declaration of 'std::function<void (uWS::WebSocket<false> *,char *,::size_t)>'
  141. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(32): warning C4251: 'uWS::Group<false>::httpConnectionHandler': class 'std::function<void (uWS::HttpSocket<false> *)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<false>'
  142. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(32): note: see declaration of 'std::function<void (uWS::HttpSocket<false> *)>'
  143. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(33): warning C4251: 'uWS::Group<false>::httpRequestHandler': class 'std::function<void (uWS::HttpResponse *,uWS::HttpRequest,char *,::size_t,::size_t)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<false>'
  144. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(33): note: see declaration of 'std::function<void (uWS::HttpResponse *,uWS::HttpRequest,char *,::size_t,::size_t)>'
  145. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(34): warning C4251: 'uWS::Group<false>::httpDataHandler': class 'std::function<void (uWS::HttpResponse *,char *,::size_t,::size_t)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<false>'
  146. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(34): note: see declaration of 'std::function<void (uWS::HttpResponse *,char *,::size_t,::size_t)>'
  147. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(35): warning C4251: 'uWS::Group<false>::httpCancelledRequestHandler': class 'std::function<void (uWS::HttpResponse *)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<false>'
  148. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(35): note: see declaration of 'std::function<void (uWS::HttpResponse *)>'
  149. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(36): warning C4251: 'uWS::Group<false>::httpDisconnectionHandler': class 'std::function<void (uWS::HttpSocket<false> *)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<false>'
  150. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(32): note: see declaration of 'std::function<void (uWS::HttpSocket<false> *)>'
  151. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(37): warning C4251: 'uWS::Group<false>::httpUpgradeHandler': class 'std::function<void (uWS::HttpSocket<false> *,uWS::HttpRequest)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<false>'
  152. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(37): note: see declaration of 'std::function<void (uWS::HttpSocket<false> *,uWS::HttpRequest)>'
  153. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(40): warning C4251: 'uWS::Group<false>::errorHandler': class 'std::function<void (void *)>' needs to have dll-interface to be used by clients of struct 'uWS::Group<false>'
  154. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(40): note: see declaration of 'std::function<void (void *)>'
  155. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(46): warning C4251: 'uWS::Group<false>::userPingMessage': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'uWS::Group<false>'
  156. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\xstring(4273): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  157. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(47): warning C4251: 'uWS::Group<false>::iterators': class 'std::stack<uS::Poll *,std::deque<_Ty,std::allocator<_Ty>>>' needs to have dll-interface to be used by clients of struct 'uWS::Group<false>'
  158. 2> with
  159. 2> [
  160. 2> _Ty=uS::Poll *
  161. 2> ]
  162. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(47): note: see declaration of 'std::stack<uS::Poll *,std::deque<_Ty,std::allocator<_Ty>>>'
  163. 2> with
  164. 2> [
  165. 2> _Ty=uS::Poll *
  166. 2> ]
  167. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\hub.h(25): warning C4251: 'uWS::Hub::dynamicZlibBuffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'uWS::Hub'
  168. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\xstring(4273): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  169. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\websocket.h(16): warning C4251: 'uWS::WebSocketState<true>::state': struct 'uWS::WebSocketState<true>::State' needs to have dll-interface to be used by clients of struct 'uWS::WebSocketState<true>'
  170. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\websocketprotocol.h(34): note: see declaration of 'uWS::WebSocketState<true>::State'
  171. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\type_traits(16707566): note: see reference to class template instantiation 'uWS::WebSocket<true>' being compiled
  172. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\type_traits(1345): note: see reference to class template instantiation 'std::_Is_invocable_r<_Ret,_Fx,uWS::WebSocket<true> *,uWS::HttpRequest>' being compiled
  173. 2> with
  174. 2> [
  175. 2> _Ret=void,
  176. 2> _Fx=kristforge::network::run::<lambda_dc534937af5458cd0c86cf19070ccd46> &
  177. 2> ]
  178. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\type_traits(1357): note: see reference to class template instantiation 'std::_Conjunction<true,_First,std::_Is_invocable_r<_Ret,_Fx,uWS::WebSocket<true> *,uWS::HttpRequest>>' being compiled
  179. 2> with
  180. 2> [
  181. 2> _First=std::negation<std::is_same<kristforge::network::run::<lambda_dc534937af5458cd0c86cf19070ccd46>,std::function<void (uWS::WebSocket<true> *,uWS::HttpRequest)>>>,
  182. 2> _Ret=void,
  183. 2> _Fx=kristforge::network::run::<lambda_dc534937af5458cd0c86cf19070ccd46> &
  184. 2> ]
  185. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\type_traits(1363): note: see reference to class template instantiation 'std::conjunction<std::negation<std::is_same<kristforge::network::run::<lambda_dc534937af5458cd0c86cf19070ccd46>,_Function>>,std::_Is_invocable_r<_Ret,_Fx,uWS::WebSocket<true> *,uWS::HttpRequest>>' being compiled
  186. 2> with
  187. 2> [
  188. 2> _Function=std::function<void (uWS::WebSocket<true> *,uWS::HttpRequest)>,
  189. 2> _Ret=void,
  190. 2> _Fx=kristforge::network::run::<lambda_dc534937af5458cd0c86cf19070ccd46> &
  191. 2> ]
  192. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\functional(485): note: see reference to variable template 'const bool conjunction_v<std::negation<std::is_same<<lambda_dc534937af5458cd0c86cf19070ccd46>,std::function<void __cdecl(uWS::WebSocket<1> *,uWS::HttpRequest)> > >,std::_Is_invocable_r<void,<lambda_dc534937af5458cd0c86cf19070ccd46> &,uWS::WebSocket<1> *,uWS::HttpRequest> >' being compiled
  193. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\functional(706): note: see reference to alias template instantiation '_Enable_if_callable_t<kristforge::network::run::<lambda_dc534937af5458cd0c86cf19070ccd46>&,std::function<void (uWS::WebSocket<true> *,uWS::HttpRequest)>>' being compiled
  194. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\websocket.h(18): warning C4251: 'uWS::WebSocket<true>::fragmentBuffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'uWS::WebSocket<true>'
  195. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\xstring(4273): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  196. 2>c:\users\gamee\downloads\new folder\kristforge-master\network.cpp(126): warning C4244: 'argument': conversion from 'Json::Value::Int64' to 'long', possible loss of data
  197. 2>c:\users\gamee\downloads\new folder\kristforge-master\network.cpp(127): warning C4244: 'argument': conversion from 'Json::Value::Int64' to 'long', possible loss of data
  198. 2>c:\users\gamee\downloads\new folder\kristforge-master\network.cpp(135): warning C4244: 'argument': conversion from 'Json::Value::Int64' to 'long', possible loss of data
  199. 2>c:\users\gamee\downloads\new folder\kristforge-master\network.cpp(138): warning C4244: 'argument': conversion from 'Json::Value::Int64' to 'long', possible loss of data
  200. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\websocket.h(16): warning C4251: 'uWS::WebSocketState<false>::state': struct 'uWS::WebSocketState<false>::State' needs to have dll-interface to be used by clients of struct 'uWS::WebSocketState<false>'
  201. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\websocketprotocol.h(34): note: see declaration of 'uWS::WebSocketState<false>::State'
  202. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\functional(447): note: see reference to class template instantiation 'uWS::WebSocket<false>' being compiled
  203. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\functional(447): note: while compiling class template member function 'void std::_Func_impl_no_alloc<kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>,_Ret,uWS::WebSocket<false> *,char *,::size_t,uWS::OpCode>::_Delete_this(bool) noexcept'
  204. 2> with
  205. 2> [
  206. 2> _Ret=void
  207. 2> ]
  208. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\functional(269): note: see reference to class template instantiation 'std::_Func_impl_no_alloc<kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>,_Ret,uWS::WebSocket<false> *,char *,::size_t,uWS::OpCode>' being compiled
  209. 2> with
  210. 2> [
  211. 2> _Ret=void
  212. 2> ]
  213. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\functional(520): note: see reference to class template instantiation 'std::_Is_large<_Impl>' being compiled
  214. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\functional(709): note: see reference to function template instantiation 'void std::_Func_class<_Ret,uWS::WebSocket<false> *,char *,::size_t,uWS::OpCode>::_Reset<kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>>(_Fx &&)' being compiled
  215. 2> with
  216. 2> [
  217. 2> _Ret=void,
  218. 2> _Fx=kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>
  219. 2> ]
  220. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\functional(709): note: see reference to function template instantiation 'void std::_Func_class<_Ret,uWS::WebSocket<false> *,char *,::size_t,uWS::OpCode>::_Reset<kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>>(_Fx &&)' being compiled
  221. 2> with
  222. 2> [
  223. 2> _Ret=void,
  224. 2> _Fx=kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>
  225. 2> ]
  226. 2>c:\users\gamee\downloads\new folder\kristforge-master\network.cpp(140): note: see reference to function template instantiation 'std::function<void (uWS::WebSocket<false> *,char *,::size_t,uWS::OpCode)>::function<kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>,void>(_Fx)' being compiled
  227. 2> with
  228. 2> [
  229. 2> _Fx=kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>
  230. 2> ]
  231. 2>c:\users\gamee\downloads\new folder\kristforge-master\network.cpp(116): note: see reference to function template instantiation 'std::function<void (uWS::WebSocket<false> *,char *,::size_t,uWS::OpCode)>::function<kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>,void>(_Fx)' being compiled
  232. 2> with
  233. 2> [
  234. 2> _Fx=kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>
  235. 2> ]
  236. 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\websocket.h(18): warning C4251: 'uWS::WebSocket<false>::fragmentBuffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'uWS::WebSocket<false>'
  237. 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\xstring(4273): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  238. 2>miner.cpp
  239. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(4650): warning C4996: 'clCreateSampler': was declared deprecated
  240. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1450): note: see declaration of 'clCreateSampler'
  241. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(5510): warning C4996: 'clCreateCommandQueue': was declared deprecated
  242. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1443): note: see declaration of 'clCreateCommandQueue'
  243. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(5541): warning C4996: 'clCreateCommandQueue': was declared deprecated
  244. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1443): note: see declaration of 'clCreateCommandQueue'
  245. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(5558): warning C4996: 'clCreateCommandQueue': was declared deprecated
  246. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1443): note: see declaration of 'clCreateCommandQueue'
  247. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(6362): warning C4996: 'clEnqueueTask': was declared deprecated
  248. 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1457): note: see declaration of 'clEnqueueTask'
  249. 2>c:\users\gamee\downloads\new folder\kristforge-master\miner.cpp(114): warning C4293: '<<': shift count negative or too big, undefined behavior
  250. 2>c:\users\gamee\downloads\new folder\kristforge-master\miner.cpp(226): warning C4267: 'argument': conversion from 'size_t' to 'long', possible loss of data
  251. 2>utils.cpp
  252. 2>Generating Code...
  253. 2> Creating library C:/Users/gamee/Downloads/New folder/kristforge-master/Release/kristforge.lib and object C:/Users/gamee/Downloads/New folder/kristforge-master/Release/kristforge.exp
  254. 2>network.obj : error LNK2019: unresolved external symbol __imp_uv_close referenced in function "protected: void __cdecl uS::Socket::cancelTimeout(void)" (?cancelTimeout@Socket@uS@@IEAAXXZ)
  255. 2>network.obj : error LNK2019: unresolved external symbol __imp_uv_fileno referenced in function "public: void __cdecl uS::Socket::setNoDelay(int)" (?setNoDelay@Socket@uS@@QEAAXH@Z)
  256. 2>network.obj : error LNK2019: unresolved external symbol __imp_uv_poll_init_socket referenced in function "public: __cdecl uS::Socket::Socket(struct uS::NodeData *,struct uS::Loop *,unsigned __int64,struct ssl_st *)" (??0Socket@uS@@QEAA@PEAUNodeData@1@PEAULoop@1@_KPEAUssl_st@@@Z)
  257. 2>network.obj : error LNK2019: unresolved external symbol __imp_uv_poll_start referenced in function "protected: void __cdecl uS::Socket::changePoll(struct uS::Socket *)" (?changePoll@Socket@uS@@IEAAXPEAU12@@Z)
  258. 2>network.obj : error LNK2019: unresolved external symbol __imp_uv_poll_stop referenced in function "protected: void __cdecl uS::Socket::transfer(struct uS::NodeData *,void (__cdecl*)(struct uS::Poll *))" (?transfer@Socket@uS@@IEAAXPEAUNodeData@2@P6AXPEAUPoll@2@@Z@Z)
  259. 2>network.obj : error LNK2019: unresolved external symbol __imp_uv_async_init referenced in function "public: void __cdecl uS::NodeData::addAsync(void)" (?addAsync@NodeData@uS@@QEAAXXZ)
  260. 2>network.obj : error LNK2019: unresolved external symbol __imp_uv_async_send referenced in function "public: void __cdecl <lambda_5dc5c2375f9d7e7e3309cb4a5bc2b3fa>::operator()(void)const " (??R<lambda_5dc5c2375f9d7e7e3309cb4a5bc2b3fa>@@QEBAXXZ)
  261. 2>network.obj : error LNK2019: unresolved external symbol __imp_uv_timer_stop referenced in function "protected: void __cdecl uS::Socket::cancelTimeout(void)" (?cancelTimeout@Socket@uS@@IEAAXXZ)
  262. 2>C:\Users\gamee\Downloads\New folder\kristforge-master\Release\kristforge.exe : fatal error LNK1120: 8 unresolved externals
  263. 2>Done building project "kristforge.vcxproj" -- FAILED.
  264. 3>------ Skipped Build: Project: ALL_BUILD, Configuration: Release x64 ------
  265. 3>Project not selected to build for this solution configuration
  266. ========== Build: 1 succeeded, 1 failed, 0 up-to-date, 1 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment