Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1>------ Build started: Project: ZERO_CHECK, Configuration: Release x64 ------
- 2>------ Build started: Project: kristforge, Configuration: Release x64 ------
- 2>main.cpp
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(4650): warning C4996: 'clCreateSampler': was declared deprecated
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1450): note: see declaration of 'clCreateSampler'
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(5510): warning C4996: 'clCreateCommandQueue': was declared deprecated
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1443): note: see declaration of 'clCreateCommandQueue'
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(5541): warning C4996: 'clCreateCommandQueue': was declared deprecated
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1443): note: see declaration of 'clCreateCommandQueue'
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(5558): warning C4996: 'clCreateCommandQueue': was declared deprecated
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1443): note: see declaration of 'clCreateCommandQueue'
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(6362): warning C4996: 'clEnqueueTask': was declared deprecated
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1457): note: see declaration of 'clEnqueueTask'
- 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
- 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
- 2> with
- 2> [
- 2> _Ty=unsigned long,
- 2> T=::size_t
- 2> ]
- 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
- 2> with
- 2> [
- 2> _Ty=unsigned long,
- 2> T=::size_t
- 2> ]
- 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
- 2> with
- 2> [
- 2> _Ty=unsigned long,
- 2> T=::size_t
- 2> ]
- 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
- 2> with
- 2> [
- 2> _Ty=unsigned long,
- 2> T=::size_t
- 2> ]
- 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
- 2> with
- 2> [
- 2> T=::size_t,
- 2> _Ty2=size_t &
- 2> ]
- 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
- 2> with
- 2> [
- 2> T=::size_t,
- 2> _Ty2=size_t &
- 2> ]
- 2>state.cpp
- 2>network.cpp
- 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'
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\networking.h(162): note: see declaration of 'std::shared_ptr<std::string>'
- 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'
- 2> with
- 2> [
- 2> _Ty=uS::Poll *
- 2> ]
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\networking.h(214): note: see declaration of 'std::vector<uS::Poll *,std::allocator<_Ty>>'
- 2> with
- 2> [
- 2> _Ty=uS::Poll *
- 2> ]
- 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'
- 2> with
- 2> [
- 2> _Ty=uS::Poll *
- 2> ]
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\networking.h(214): note: see declaration of 'std::vector<uS::Poll *,std::allocator<_Ty>>'
- 2> with
- 2> [
- 2> _Ty=uS::Poll *
- 2> ]
- 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'
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\libuv.h(98): note: see declaration of 'uS::Poll'
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\socket.h(26): note: see declaration of 'uS::Socket'
- 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
- 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>'
- 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>>'
- 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
- 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>'
- 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>>'
- 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
- 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.
- 2>c:\program files (x86)\windows kits\10\include\10.0.16299.0\ucrt\stdio.h(1772): note: see declaration of 'sprintf'
- 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'
- 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'
- 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>'
- 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)>'
- 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
- 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>'
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(27): note: see declaration of 'std::function<void (uWS::WebSocket<true> *)>'
- 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>'
- 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)>'
- 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>'
- 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)>'
- 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>'
- 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)>'
- 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>'
- 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)>'
- 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>'
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(32): note: see declaration of 'std::function<void (uWS::HttpSocket<true> *)>'
- 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>'
- 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)>'
- 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>'
- 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)>'
- 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>'
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(35): note: see declaration of 'std::function<void (uWS::HttpResponse *)>'
- 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>'
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(32): note: see declaration of 'std::function<void (uWS::HttpSocket<true> *)>'
- 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>'
- 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)>'
- 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>'
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(40): note: see declaration of 'std::function<void (int)>'
- 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>'
- 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>>'
- 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>'
- 2> with
- 2> [
- 2> _Ty=uS::Poll *
- 2> ]
- 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>>>'
- 2> with
- 2> [
- 2> _Ty=uS::Poll *
- 2> ]
- 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>'
- 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)>'
- 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
- 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>'
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(27): note: see declaration of 'std::function<void (uWS::WebSocket<false> *)>'
- 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>'
- 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)>'
- 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>'
- 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)>'
- 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>'
- 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)>'
- 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>'
- 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)>'
- 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>'
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(32): note: see declaration of 'std::function<void (uWS::HttpSocket<false> *)>'
- 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>'
- 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)>'
- 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>'
- 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)>'
- 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>'
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(35): note: see declaration of 'std::function<void (uWS::HttpResponse *)>'
- 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>'
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(32): note: see declaration of 'std::function<void (uWS::HttpSocket<false> *)>'
- 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>'
- 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)>'
- 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>'
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\group.h(40): note: see declaration of 'std::function<void (void *)>'
- 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>'
- 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>>'
- 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>'
- 2> with
- 2> [
- 2> _Ty=uS::Poll *
- 2> ]
- 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>>>'
- 2> with
- 2> [
- 2> _Ty=uS::Poll *
- 2> ]
- 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'
- 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>>'
- 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>'
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\websocketprotocol.h(34): note: see declaration of 'uWS::WebSocketState<true>::State'
- 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
- 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
- 2> with
- 2> [
- 2> _Ret=void,
- 2> _Fx=kristforge::network::run::<lambda_dc534937af5458cd0c86cf19070ccd46> &
- 2> ]
- 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
- 2> with
- 2> [
- 2> _First=std::negation<std::is_same<kristforge::network::run::<lambda_dc534937af5458cd0c86cf19070ccd46>,std::function<void (uWS::WebSocket<true> *,uWS::HttpRequest)>>>,
- 2> _Ret=void,
- 2> _Fx=kristforge::network::run::<lambda_dc534937af5458cd0c86cf19070ccd46> &
- 2> ]
- 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
- 2> with
- 2> [
- 2> _Function=std::function<void (uWS::WebSocket<true> *,uWS::HttpRequest)>,
- 2> _Ret=void,
- 2> _Fx=kristforge::network::run::<lambda_dc534937af5458cd0c86cf19070ccd46> &
- 2> ]
- 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
- 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
- 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>'
- 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>>'
- 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
- 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
- 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
- 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
- 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>'
- 2>c:\users\gamee\downloads\new folder\uwebsockets-master\src\websocketprotocol.h(34): note: see declaration of 'uWS::WebSocketState<false>::State'
- 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
- 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'
- 2> with
- 2> [
- 2> _Ret=void
- 2> ]
- 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
- 2> with
- 2> [
- 2> _Ret=void
- 2> ]
- 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
- 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
- 2> with
- 2> [
- 2> _Ret=void,
- 2> _Fx=kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>
- 2> ]
- 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
- 2> with
- 2> [
- 2> _Ret=void,
- 2> _Fx=kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>
- 2> ]
- 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
- 2> with
- 2> [
- 2> _Fx=kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>
- 2> ]
- 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
- 2> with
- 2> [
- 2> _Fx=kristforge::network::run::<lambda_dc96402e618f6a5d4aeb12880e68e820>
- 2> ]
- 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>'
- 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>>'
- 2>miner.cpp
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(4650): warning C4996: 'clCreateSampler': was declared deprecated
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1450): note: see declaration of 'clCreateSampler'
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(5510): warning C4996: 'clCreateCommandQueue': was declared deprecated
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1443): note: see declaration of 'clCreateCommandQueue'
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(5541): warning C4996: 'clCreateCommandQueue': was declared deprecated
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1443): note: see declaration of 'clCreateCommandQueue'
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(5558): warning C4996: 'clCreateCommandQueue': was declared deprecated
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1443): note: see declaration of 'clCreateCommandQueue'
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.hpp(6362): warning C4996: 'clEnqueueTask': was declared deprecated
- 2>c:\users\gamee\downloads\new folder\vcpkg-master\installed\x64-windows\include\cl\cl.h(1457): note: see declaration of 'clEnqueueTask'
- 2>c:\users\gamee\downloads\new folder\kristforge-master\miner.cpp(114): warning C4293: '<<': shift count negative or too big, undefined behavior
- 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
- 2>utils.cpp
- 2>Generating Code...
- 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
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 2>C:\Users\gamee\Downloads\New folder\kristforge-master\Release\kristforge.exe : fatal error LNK1120: 8 unresolved externals
- 2>Done building project "kristforge.vcxproj" -- FAILED.
- 3>------ Skipped Build: Project: ALL_BUILD, Configuration: Release x64 ------
- 3>Project not selected to build for this solution configuration
- ========== Build: 1 succeeded, 1 failed, 0 up-to-date, 1 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment