turtle5204

Untitled

Apr 21st, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.82 KB | None | 0 0
  1. 1>------ Build started: Project: kristforge, Configuration: Release x64 ------
  2. 1>network.cpp
  3. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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'
  4. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\networking.h(162): note: see declaration of 'std::shared_ptr<std::string>'
  5. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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'
  6. 1> with
  7. 1> [
  8. 1> _Ty=uS::Poll *
  9. 1> ]
  10. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\networking.h(214): note: see declaration of 'std::vector<uS::Poll *,std::allocator<_Ty>>'
  11. 1> with
  12. 1> [
  13. 1> _Ty=uS::Poll *
  14. 1> ]
  15. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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'
  16. 1> with
  17. 1> [
  18. 1> _Ty=uS::Poll *
  19. 1> ]
  20. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\networking.h(214): note: see declaration of 'std::vector<uS::Poll *,std::allocator<_Ty>>'
  21. 1> with
  22. 1> [
  23. 1> _Ty=uS::Poll *
  24. 1> ]
  25. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\socket.h(26): warning C4275: non dll-interface struct 'uS::Poll' used as base for dll-interface struct 'uS::Socket'
  26. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\libuv.h(98): note: see declaration of 'uS::Poll'
  27. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\socket.h(26): note: see declaration of 'uS::Socket'
  28. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\socket.h(328): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
  29. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  30. 1>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>>'
  31. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\websocket.h(85): note: see reference to class template instantiation 'uWS::WebSocket<isServer>' being compiled
  32. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  33. 1>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>>'
  34. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\httpsocket.h(142): note: see reference to class template instantiation 'uWS::HttpSocket<true>' being compiled
  35. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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.
  36. 1>c:\program files (x86)\windows kits\10\include\10.0.16299.0\ucrt\stdio.h(1772): note: see declaration of 'sprintf'
  37. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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'
  38. 1>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'
  39. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  40. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(26): note: see declaration of 'std::function<void (uWS::WebSocket<true> *,uWS::HttpRequest)>'
  41. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\hub.h(13): note: see reference to class template instantiation 'uWS::Group<true>' being compiled
  42. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  43. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(27): note: see declaration of 'std::function<void (uWS::WebSocket<true> *)>'
  44. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  45. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(28): note: see declaration of 'std::function<void (uWS::WebSocket<true> *,char *,::size_t,uWS::OpCode)>'
  46. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  47. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(29): note: see declaration of 'std::function<void (uWS::WebSocket<true> *,int,char *,::size_t)>'
  48. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  49. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(30): note: see declaration of 'std::function<void (uWS::WebSocket<true> *,char *,::size_t)>'
  50. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  51. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(30): note: see declaration of 'std::function<void (uWS::WebSocket<true> *,char *,::size_t)>'
  52. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  53. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(32): note: see declaration of 'std::function<void (uWS::HttpSocket<true> *)>'
  54. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  55. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(33): note: see declaration of 'std::function<void (uWS::HttpResponse *,uWS::HttpRequest,char *,::size_t,::size_t)>'
  56. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  57. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(34): note: see declaration of 'std::function<void (uWS::HttpResponse *,char *,::size_t,::size_t)>'
  58. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  59. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(35): note: see declaration of 'std::function<void (uWS::HttpResponse *)>'
  60. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  61. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(32): note: see declaration of 'std::function<void (uWS::HttpSocket<true> *)>'
  62. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  63. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(37): note: see declaration of 'std::function<void (uWS::HttpSocket<true> *,uWS::HttpRequest)>'
  64. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  65. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(40): note: see declaration of 'std::function<void (int)>'
  66. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  67. 1>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>>'
  68. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  69. 1> with
  70. 1> [
  71. 1> _Ty=uS::Poll *
  72. 1> ]
  73. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(47): note: see declaration of 'std::stack<uS::Poll *,std::deque<_Ty,std::allocator<_Ty>>>'
  74. 1> with
  75. 1> [
  76. 1> _Ty=uS::Poll *
  77. 1> ]
  78. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  79. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(26): note: see declaration of 'std::function<void (uWS::WebSocket<false> *,uWS::HttpRequest)>'
  80. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\hub.h(13): note: see reference to class template instantiation 'uWS::Group<false>' being compiled
  81. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  82. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(27): note: see declaration of 'std::function<void (uWS::WebSocket<false> *)>'
  83. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  84. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(28): note: see declaration of 'std::function<void (uWS::WebSocket<false> *,char *,::size_t,uWS::OpCode)>'
  85. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  86. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(29): note: see declaration of 'std::function<void (uWS::WebSocket<false> *,int,char *,::size_t)>'
  87. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  88. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(30): note: see declaration of 'std::function<void (uWS::WebSocket<false> *,char *,::size_t)>'
  89. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  90. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(30): note: see declaration of 'std::function<void (uWS::WebSocket<false> *,char *,::size_t)>'
  91. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  92. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(32): note: see declaration of 'std::function<void (uWS::HttpSocket<false> *)>'
  93. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  94. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(33): note: see declaration of 'std::function<void (uWS::HttpResponse *,uWS::HttpRequest,char *,::size_t,::size_t)>'
  95. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  96. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(34): note: see declaration of 'std::function<void (uWS::HttpResponse *,char *,::size_t,::size_t)>'
  97. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  98. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(35): note: see declaration of 'std::function<void (uWS::HttpResponse *)>'
  99. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  100. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(32): note: see declaration of 'std::function<void (uWS::HttpSocket<false> *)>'
  101. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  102. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(37): note: see declaration of 'std::function<void (uWS::HttpSocket<false> *,uWS::HttpRequest)>'
  103. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  104. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(40): note: see declaration of 'std::function<void (void *)>'
  105. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  106. 1>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>>'
  107. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  108. 1> with
  109. 1> [
  110. 1> _Ty=uS::Poll *
  111. 1> ]
  112. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\group.h(47): note: see declaration of 'std::stack<uS::Poll *,std::deque<_Ty,std::allocator<_Ty>>>'
  113. 1> with
  114. 1> [
  115. 1> _Ty=uS::Poll *
  116. 1> ]
  117. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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'
  118. 1>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>>'
  119. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  120. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\websocketprotocol.h(34): note: see declaration of 'uWS::WebSocketState<true>::State'
  121. 1>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
  122. 1>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
  123. 1> with
  124. 1> [
  125. 1> _Ret=void,
  126. 1> _Fx=kristforge::network::run::<lambda_dc534937af5458cd0c86cf19070ccd46> &
  127. 1> ]
  128. 1>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
  129. 1> with
  130. 1> [
  131. 1> _First=std::negation<std::is_same<kristforge::network::run::<lambda_dc534937af5458cd0c86cf19070ccd46>,std::function<void (uWS::WebSocket<true> *,uWS::HttpRequest)>>>,
  132. 1> _Ret=void,
  133. 1> _Fx=kristforge::network::run::<lambda_dc534937af5458cd0c86cf19070ccd46> &
  134. 1> ]
  135. 1>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
  136. 1> with
  137. 1> [
  138. 1> _Function=std::function<void (uWS::WebSocket<true> *,uWS::HttpRequest)>,
  139. 1> _Ret=void,
  140. 1> _Fx=kristforge::network::run::<lambda_dc534937af5458cd0c86cf19070ccd46> &
  141. 1> ]
  142. 1>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
  143. 1>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
  144. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  145. 1>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>>'
  146. 1>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
  147. 1>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
  148. 1>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
  149. 1>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
  150. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  151. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\src\websocketprotocol.h(34): note: see declaration of 'uWS::WebSocketState<false>::State'
  152. 1>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
  153. 1>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'
  154. 1> with
  155. 1> [
  156. 1> _Ret=void
  157. 1> ]
  158. 1>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
  159. 1> with
  160. 1> [
  161. 1> _Ret=void
  162. 1> ]
  163. 1>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
  164. 1>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
  165. 1> with
  166. 1> [
  167. 1> _Ret=void,
  168. 1> _Fx=kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>
  169. 1> ]
  170. 1>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
  171. 1> with
  172. 1> [
  173. 1> _Ret=void,
  174. 1> _Fx=kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>
  175. 1> ]
  176. 1>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
  177. 1> with
  178. 1> [
  179. 1> _Fx=kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>
  180. 1> ]
  181. 1>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
  182. 1> with
  183. 1> [
  184. 1> _Fx=kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>
  185. 1> ]
  186. 1>c:\users\gamee\downloads\new folder\uwebsockets-0.14.7\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>'
  187. 1>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>>'
  188. 1> 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
  189. 1>uWS.lib(HTTPSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_close
  190. 1>uWS.lib(WebSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_close
  191. 1>network.obj : error LNK2001: unresolved external symbol __imp_uv_close
  192. 1>uWS.lib(Node.obj) : error LNK2001: unresolved external symbol __imp_uv_close
  193. 1>uWS.lib(Group.obj) : error LNK2001: unresolved external symbol __imp_uv_close
  194. 1>uWS.lib(Hub.obj) : error LNK2001: unresolved external symbol __imp_uv_close
  195. 1>uWS.lib(HTTPSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_fileno
  196. 1>uWS.lib(WebSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_fileno
  197. 1>network.obj : error LNK2001: unresolved external symbol __imp_uv_fileno
  198. 1>uWS.lib(Node.obj) : error LNK2001: unresolved external symbol __imp_uv_fileno
  199. 1>uWS.lib(Group.obj) : error LNK2001: unresolved external symbol __imp_uv_fileno
  200. 1>uWS.lib(Hub.obj) : error LNK2001: unresolved external symbol __imp_uv_fileno
  201. 1>uWS.lib(HTTPSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_poll_init_socket
  202. 1>uWS.lib(WebSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_poll_init_socket
  203. 1>network.obj : error LNK2001: unresolved external symbol __imp_uv_poll_init_socket
  204. 1>uWS.lib(Node.obj) : error LNK2001: unresolved external symbol __imp_uv_poll_init_socket
  205. 1>uWS.lib(Group.obj) : error LNK2001: unresolved external symbol __imp_uv_poll_init_socket
  206. 1>uWS.lib(Hub.obj) : error LNK2001: unresolved external symbol __imp_uv_poll_init_socket
  207. 1>uWS.lib(HTTPSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_poll_start
  208. 1>uWS.lib(WebSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_poll_start
  209. 1>network.obj : error LNK2001: unresolved external symbol __imp_uv_poll_start
  210. 1>uWS.lib(Node.obj) : error LNK2001: unresolved external symbol __imp_uv_poll_start
  211. 1>uWS.lib(Group.obj) : error LNK2001: unresolved external symbol __imp_uv_poll_start
  212. 1>uWS.lib(Hub.obj) : error LNK2001: unresolved external symbol __imp_uv_poll_start
  213. 1>uWS.lib(HTTPSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_poll_stop
  214. 1>uWS.lib(WebSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_poll_stop
  215. 1>network.obj : error LNK2001: unresolved external symbol __imp_uv_poll_stop
  216. 1>uWS.lib(Node.obj) : error LNK2001: unresolved external symbol __imp_uv_poll_stop
  217. 1>uWS.lib(Group.obj) : error LNK2001: unresolved external symbol __imp_uv_poll_stop
  218. 1>uWS.lib(Hub.obj) : error LNK2001: unresolved external symbol __imp_uv_poll_stop
  219. 1>uWS.lib(Networking.obj) : error LNK2001: unresolved external symbol __imp_uv_async_init
  220. 1>uWS.lib(HTTPSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_async_init
  221. 1>uWS.lib(WebSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_async_init
  222. 1>network.obj : error LNK2001: unresolved external symbol __imp_uv_async_init
  223. 1>uWS.lib(Node.obj) : error LNK2001: unresolved external symbol __imp_uv_async_init
  224. 1>uWS.lib(Group.obj) : error LNK2001: unresolved external symbol __imp_uv_async_init
  225. 1>uWS.lib(Hub.obj) : error LNK2001: unresolved external symbol __imp_uv_async_init
  226. 1>uWS.lib(HTTPSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_async_send
  227. 1>uWS.lib(WebSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_async_send
  228. 1>network.obj : error LNK2001: unresolved external symbol __imp_uv_async_send
  229. 1>uWS.lib(Node.obj) : error LNK2001: unresolved external symbol __imp_uv_async_send
  230. 1>uWS.lib(Group.obj) : error LNK2001: unresolved external symbol __imp_uv_async_send
  231. 1>uWS.lib(Hub.obj) : error LNK2001: unresolved external symbol __imp_uv_async_send
  232. 1>uWS.lib(HTTPSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_timer_stop
  233. 1>uWS.lib(WebSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_timer_stop
  234. 1>network.obj : error LNK2001: unresolved external symbol __imp_uv_timer_stop
  235. 1>uWS.lib(Node.obj) : error LNK2001: unresolved external symbol __imp_uv_timer_stop
  236. 1>uWS.lib(Group.obj) : error LNK2001: unresolved external symbol __imp_uv_timer_stop
  237. 1>uWS.lib(Hub.obj) : error LNK2001: unresolved external symbol __imp_uv_timer_stop
  238. 1>uWS.lib(Node.obj) : error LNK2019: unresolved external symbol __imp_uv_default_loop referenced in function "public: __cdecl uS::Node::Node(int,int,int,bool)" (??0Node@uS@@QEAA@HHH_N@Z)
  239. 1>uWS.lib(Node.obj) : error LNK2019: unresolved external symbol __imp_uv_loop_new referenced in function "public: __cdecl uS::Node::Node(int,int,int,bool)" (??0Node@uS@@QEAA@HHH_N@Z)
  240. 1>uWS.lib(Node.obj) : error LNK2019: unresolved external symbol __imp_uv_loop_delete referenced in function "public: __cdecl uS::Node::~Node(void)" (??1Node@uS@@QEAA@XZ)
  241. 1>uWS.lib(Node.obj) : error LNK2019: unresolved external symbol __imp_uv_run referenced in function "public: void __cdecl uS::Node::poll(void)" (?poll@Node@uS@@QEAAXXZ)
  242. 1>uWS.lib(Group.obj) : error LNK2019: unresolved external symbol __imp_uv_timer_init referenced in function "protected: void __cdecl uWS::Group<1>::addHttpSocket(struct uWS::HttpSocket<1> *)" (?addHttpSocket@?$Group@$00@uWS@@IEAAXPEAU?$HttpSocket@$00@2@@Z)
  243. 1>uWS.lib(Hub.obj) : error LNK2001: unresolved external symbol __imp_uv_timer_init
  244. 1>uWS.lib(WebSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_timer_init
  245. 1>uWS.lib(Group.obj) : error LNK2019: unresolved external symbol __imp_uv_timer_start referenced in function "protected: void __cdecl uWS::Group<1>::addHttpSocket(struct uWS::HttpSocket<1> *)" (?addHttpSocket@?$Group@$00@uWS@@IEAAXPEAU?$HttpSocket@$00@2@@Z)
  246. 1>uWS.lib(Hub.obj) : error LNK2001: unresolved external symbol __imp_uv_timer_start
  247. 1>uWS.lib(WebSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_timer_start
  248. 1>uWS.lib(Hub.obj) : error LNK2019: unresolved external symbol __imp_uv_is_closing referenced in function "protected: static void __cdecl uS::Socket::sslIoHandler<struct uWS::HttpSocket<1> >(struct uS::Poll *,int,int)" (??$sslIoHandler@U?$HttpSocket@$00@uWS@@@Socket@uS@@KAXPEAUPoll@1@HH@Z)
  249. 1>uWS.lib(HTTPSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_is_closing
  250. 1>uWS.lib(WebSocket.obj) : error LNK2001: unresolved external symbol __imp_uv_is_closing
  251. 1>C:\Users\gamee\Downloads\New folder\kristforge-master\Release\kristforge.exe : fatal error LNK1120: 15 unresolved externals
  252. 1>Done building project "kristforge.vcxproj" -- FAILED.
  253. 2>------ Skipped Build: Project: ALL_BUILD, Configuration: Release x64 ------
  254. 2>Project not selected to build for this solution configuration
  255. ========== Build: 0 succeeded, 1 failed, 1 up-to-date, 1 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment