Guest User

Untitled

a guest
May 24th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.68 KB | None | 0 0
  1. 1>ClCompile:
  2. 1> All outputs are up-to-date.
  3. 1>ABullet.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
  4. 1>Client.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall TCPSocket::~TCPSocket(void)" (??1TCPSocket@@UAE@XZ) referenced in function __unwindfunclet$??0Client@@QAE@XZ$0
  5. 1>Client.obj : error LNK2019: unresolved external symbol "public: __thiscall TCPSocket::TCPSocket(void)" (??0TCPSocket@@QAE@XZ) referenced in function "public: __thiscall Client::Client(void)" (??0Client@@QAE@XZ)
  6. 1>Client.obj : error LNK2001: unresolved external symbol "public: virtual enum Socket::SocketStatus __thiscall TCPSocket::connect(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,unsigned short)" (?connect@TCPSocket@@UAE?AW4SocketStatus@Socket@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@G@Z)
  7. 1>Game.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall UDPSocket::~UDPSocket(void)" (??1UDPSocket@@UAE@XZ) referenced in function __unwindfunclet$??0Game@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z$0
  8. 1>Game.obj : error LNK2019: unresolved external symbol "public: bool __thiscall UDPSocket::creatGroup(int)" (?creatGroup@UDPSocket@@QAE_NH@Z) referenced in function "public: __thiscall Game::Game(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0Game@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  9. 1>Game.obj : error LNK2019: unresolved external symbol "public: __thiscall UDPSocket::UDPSocket(unsigned short)" (??0UDPSocket@@QAE@G@Z) referenced in function "public: __thiscall Game::Game(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0Game@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  10. 1>Game.obj : error LNK2019: unresolved external symbol "public: void __thiscall Socket::close(void)" (?close@Socket@@QAEXXZ) referenced in function "public: __thiscall Game::~Game(void)" (??1Game@@QAE@XZ)
  11. 1>NetworkListener.obj : error LNK2001: unresolved external symbol "public: void __thiscall Socket::close(void)" (?close@Socket@@QAEXXZ)
  12. 1>Game.obj : error LNK2019: unresolved external symbol "public: void __thiscall gPacket::reset(void)" (?reset@gPacket@@QAEXXZ) referenced in function "public: void __thiscall Game::sendGameUdp(class std::vector<class AGameObject *,class std::allocator<class AGameObject *> > &)" (?sendGameUdp@Game@@QAEXAAV?$vector@PAVAGameObject@@V?$allocator@PAVAGameObject@@@std@@@std@@@Z)
  13. 1>Game.obj : error LNK2019: unresolved external symbol "public: enum Socket::SocketStatus __thiscall UDPSocket::sender(class gPacket &)" (?sender@UDPSocket@@QAE?AW4SocketStatus@Socket@@AAVgPacket@@@Z) referenced in function "public: void __thiscall Game::sendGameUdp(class std::vector<class AGameObject *,class std::allocator<class AGameObject *> > &)" (?sendGameUdp@Game@@QAEXAAV?$vector@PAVAGameObject@@V?$allocator@PAVAGameObject@@@std@@@std@@@Z)
  14. 1>Game.obj : error LNK2019: unresolved external symbol "public: struct McuSyncNet __thiscall GameObjectPacket::operator<<(struct McuSyncNet const &)" (??6GameObjectPacket@@QAE?AUMcuSyncNet@@ABU1@@Z) referenced in function "public: void __thiscall Game::sendGameUdp(class std::vector<class AGameObject *,class std::allocator<class AGameObject *> > &)" (?sendGameUdp@Game@@QAEXAAV?$vector@PAVAGameObject@@V?$allocator@PAVAGameObject@@@std@@@std@@@Z)
  15. 1>Game.obj : error LNK2019: unresolved external symbol "public: __thiscall GameObjectPacket::GameObjectPacket(void)" (??0GameObjectPacket@@QAE@XZ) referenced in function "public: void __thiscall Game::sendGameUdp(class std::vector<class AGameObject *,class std::allocator<class AGameObject *> > &)" (?sendGameUdp@Game@@QAEXAAV?$vector@PAVAGameObject@@V?$allocator@PAVAGameObject@@@std@@@std@@@Z)
  16. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: bool __thiscall pollingSocket::addSocket(class Socket &)" (?addSocket@pollingSocket@@QAE_NAAVSocket@@@Z) referenced in function "public: __thiscall NetworkListener::NetworkListener(unsigned short,int)" (??0NetworkListener@@QAE@GH@Z)
  17. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: enum Socket::SocketStatus __thiscall TCPListen::listenSocket(unsigned short)" (?listenSocket@TCPListen@@QAE?AW4SocketStatus@Socket@@G@Z) referenced in function "public: __thiscall NetworkListener::NetworkListener(unsigned short,int)" (??0NetworkListener@@QAE@GH@Z)
  18. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: __thiscall TCPListen::TCPListen(void)" (??0TCPListen@@QAE@XZ) referenced in function "public: __thiscall NetworkListener::NetworkListener(unsigned short,int)" (??0NetworkListener@@QAE@GH@Z)
  19. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: __thiscall pollingSocket::pollingSocket(int)" (??0pollingSocket@@QAE@H@Z) referenced in function "public: __thiscall NetworkListener::NetworkListener(unsigned short,int)" (??0NetworkListener@@QAE@GH@Z)
  20. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: int __thiscall Socket::getSocketFD(void)" (?getSocketFD@Socket@@QAEHXZ) referenced in function "private: void __thiscall NetworkListener::newConnection(void)" (?newConnection@NetworkListener@@AAEXXZ)
  21. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: enum Socket::SocketStatus __thiscall TCPListen::acceptNew(class TCPSocket &)" (?acceptNew@TCPListen@@QAE?AW4SocketStatus@Socket@@AAVTCPSocket@@@Z) referenced in function "private: void __thiscall NetworkListener::newConnection(void)" (?newConnection@NetworkListener@@AAEXXZ)
  22. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: bool __thiscall pollingSocket::isReadyToRead(class Socket &)" (?isReadyToRead@pollingSocket@@QAE_NAAVSocket@@@Z) referenced in function "private: void __thiscall NetworkListener::newConnection(void)" (?newConnection@NetworkListener@@AAEXXZ)
  23. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: struct ControlSrvNet __thiscall ControlSrvPacket::operator>>(struct ControlSrvNet &)" (??5ControlSrvPacket@@QAE?AUControlSrvNet@@AAU1@@Z) referenced in function "private: void __thiscall NetworkListener::getDataThisClient(class Client *)" (?getDataThisClient@NetworkListener@@AAEXPAVClient@@@Z)
  24. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: int __thiscall gPacket::getSize(void)const " (?getSize@gPacket@@QBEHXZ) referenced in function "private: void __thiscall NetworkListener::getDataThisClient(class Client *)" (?getDataThisClient@NetworkListener@@AAEXPAVClient@@@Z)
  25. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: int __thiscall gPacket::getRealSize(void)const " (?getRealSize@gPacket@@QBEHXZ) referenced in function "private: void __thiscall NetworkListener::getDataThisClient(class Client *)" (?getDataThisClient@NetworkListener@@AAEXPAVClient@@@Z)
  26. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: enum Socket::SocketStatus __thiscall TCPSocket::receive(class gPacket &)" (?receive@TCPSocket@@QAE?AW4SocketStatus@Socket@@AAVgPacket@@@Z) referenced in function "private: void __thiscall NetworkListener::getDataThisClient(class Client *)" (?getDataThisClient@NetworkListener@@AAEXPAVClient@@@Z)
  27. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: __thiscall ControlSrvPacket::ControlSrvPacket(void)" (??0ControlSrvPacket@@QAE@XZ) referenced in function "private: void __thiscall NetworkListener::getDataThisClient(class Client *)" (?getDataThisClient@NetworkListener@@AAEXPAVClient@@@Z)
  28. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: enum Socket::SocketStatus __thiscall TCPSocket::sender(class gPacket &)" (?sender@TCPSocket@@QAE?AW4SocketStatus@Socket@@AAVgPacket@@@Z) referenced in function "private: bool __thiscall NetworkListener::sendEvent(class Client &,struct ControlSrvNet &)" (?sendEvent@NetworkListener@@AAE_NAAVClient@@AAUControlSrvNet@@@Z)
  29. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: struct ControlSrvNet __thiscall ControlSrvPacket::operator<<(struct ControlSrvNet const &)" (??6ControlSrvPacket@@QAE?AUControlSrvNet@@ABU1@@Z) referenced in function "private: bool __thiscall NetworkListener::sendEvent(class Client &,struct ControlSrvNet &)" (?sendEvent@NetworkListener@@AAE_NAAVClient@@AAUControlSrvNet@@@Z)
  30. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: bool __thiscall pollingSocket::wait(int,int)" (?wait@pollingSocket@@QAE_NHH@Z) referenced in function "public: class std::vector<struct ControlSrv *,class std::allocator<struct ControlSrv *> > & __thiscall NetworkListener::getEventClient(void)" (?getEventClient@NetworkListener@@QAEAAV?$vector@PAUControlSrv@@V?$allocator@PAUControlSrv@@@std@@@std@@XZ)
  31. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: enum Socket::SocketStatus __thiscall Socket::getSocketStatus(void)" (?getSocketStatus@Socket@@QAE?AW4SocketStatus@1@XZ) referenced in function "public: bool __thiscall NetworkListener::pushEventClient(struct ControlSrv &)" (?pushEventClient@NetworkListener@@QAE_NAAUControlSrv@@@Z)
  32. 1>NetworkListener.obj : error LNK2019: unresolved external symbol "public: bool __thiscall pollingSocket::removeSocket(class Socket &)" (?removeSocket@pollingSocket@@QAE_NAAVSocket@@@Z) referenced in function "public: void __thiscall NetworkListener::removeClient(int)" (?removeClient@NetworkListener@@QAEXH@Z)
  33. 1>C:\Users\epitech\documents\visual studio 2010\Projects\R-Type\Debug\rtype_server.exe : fatal error LNK1120: 28 unresolved externals
  34. 1>
  35. 1>Build FAILED.
  36. 1>
  37. 1>Time Elapsed 00:00:07.76
  38. ========== Build: 1 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========
Add Comment
Please, Sign In to add comment