Advertisement
Guest User

spooky_paul

a guest
Jan 19th, 2010
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.13 KB | None | 0 0
  1. [ 84%] Linking executable built/bin/pview.exe
  2.    Creating library built/bin/pview.lib and object built/bin/pview.exp
  3. libp3framework.lib(express_composite1.obj) : error LNK2019: unresolved external
  4. symbol __imp_WSAGetLastError referenced in function "class std::basic_string<cha
  5. r,struct std::char_traits<char>,class std::allocator<char> > __cdecl handle_sock
  6. et_error(void)" (?handle_socket_error@@YA?AV?$basic_string@DU?$char_traits@D@std
  7. @@V?$allocator@D@2@@std@@XZ)
  8. libp3framework.lib(net_composite.obj) : error LNK2001: unresolved external symbo
  9. l __imp_WSAGetLastError
  10. libp3framework.lib(dtoolutil_composite.obj) : error LNK2019: unresolved external
  11.  symbol __imp_SHGetSpecialFolderPathA referenced in function "public: static cla
  12. ss Filename const & __cdecl Filename::get_home_directory(void)" (?get_home_direc
  13. tory@Filename@@SAAEBV1@XZ)
  14. libp3framework.lib(framework_composite.obj) : error LNK2019: unresolved external
  15.  symbol "void __cdecl init_libpandaegg(void)" (?init_libpandaegg@@YAXXZ) referen
  16. ced in function "public: void __cdecl PandaFramework::open_framework(int &,char
  17. * * &)" (?open_framework@PandaFramework@@QEAAXAEAHAEAPEAPEAD@Z)
  18. libp3framework.lib(framework_composite.obj) : error LNK2019: unresolved external
  19.  symbol "void __cdecl init_libpandagl(void)" (?init_libpandagl@@YAXXZ) reference
  20. d in function "public: void __cdecl PandaFramework::open_framework(int &,char *
  21. * &)" (?open_framework@PandaFramework@@QEAAXAEAHAEAPEAPEAD@Z)
  22. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  23. l __imp_select referenced in function "int __cdecl DO_SELECT(unsigned __int64,st
  24. ruct fd_set *,struct fd_set *,struct fd_set *,struct timeval *)" (?DO_SELECT@@YA
  25. H_KPEAUfd_set@@11PEAUtimeval@@@Z)
  26. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  27. l __imp_connect referenced in function "int __cdecl DO_CONNECT(unsigned __int64,
  28. struct sockaddr_in const *)" (?DO_CONNECT@@YAH_KPEBUsockaddr_in@@@Z)
  29. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  30. l __imp_recv referenced in function "int __cdecl DO_SOCKET_READ(unsigned __int64
  31. ,char *,int)" (?DO_SOCKET_READ@@YAH_KPEADH@Z)
  32. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  33. l __imp_send referenced in function "int __cdecl DO_SOCKET_WRITE(unsigned __int6
  34. 4,char const *,int)" (?DO_SOCKET_WRITE@@YAH_KPEBDH@Z)
  35. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  36. l __imp_sendto referenced in function "int __cdecl DO_SOCKET_WRITE_TO(unsigned _
  37. _int64,char const *,int,struct sockaddr_in const *)" (?DO_SOCKET_WRITE_TO@@YAH_K
  38. PEBDHPEBUsockaddr_in@@@Z)
  39. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  40. l __imp_socket referenced in function "unsigned __int64 __cdecl DO_NEWUDP(void)"
  41.  (?DO_NEWUDP@@YA_KXZ)
  42. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  43. l __imp_bind referenced in function "int __cdecl DO_BIND(unsigned __int64,struct
  44. sockaddr_in const *)" (?DO_BIND@@YAH_KPEBUsockaddr_in@@@Z)
  45. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  46. l __imp_closesocket referenced in function "int __cdecl DO_CLOSE(unsigned __int6
  47. 4)" (?DO_CLOSE@@YAH_K@Z)
  48. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  49. l __imp_accept referenced in function "unsigned __int64 __cdecl DO_ACCEPT(unsign
  50. ed __int64,struct sockaddr_in *)" (?DO_ACCEPT@@YA_K_KPEAUsockaddr_in@@@Z)
  51. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  52. l __imp_recvfrom referenced in function "int __cdecl DO_RECV_FROM(unsigned __int
  53. 64,char *,int,struct sockaddr_in *)" (?DO_RECV_FROM@@YAH_KPEADHPEAUsockaddr_in@@
  54. @Z)
  55. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  56. l __imp_listen referenced in function "int __cdecl DO_LISTEN(unsigned __int64,in
  57. t)" (?DO_LISTEN@@YAH_KH@Z)
  58. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  59. l __imp_ioctlsocket referenced in function "int __cdecl SOCKIOCTL(unsigned __int
  60. 64,long,unsigned long *)" (?SOCKIOCTL@@YAH_KJPEAK@Z)
  61. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  62. l __imp_htons referenced in function "public: __cdecl Socket_Address::Socket_Add
  63. ress(short)" (??0Socket_Address@@QEAA@F@Z)
  64. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  65. l __imp_ntohs referenced in function "public: unsigned short __cdecl Socket_Addr
  66. ess::get_port(void)const " (?get_port@Socket_Address@@QEBAGXZ)
  67. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  68. l __imp_inet_ntoa referenced in function "public: class std::basic_string<char,s
  69. truct std::char_traits<char>,class std::allocator<char> > __cdecl Socket_Address
  70. ::get_ip(void)const " (?get_ip@Socket_Address@@QEBA?AV?$basic_string@DU?$char_tr
  71. aits@D@std@@V?$allocator@D@2@@std@@XZ)
  72. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  73. l __imp_gethostbyname referenced in function "public: bool __cdecl Socket_Addres
  74. s::set_host(class std::basic_string<char,struct std::char_traits<char>,class std
  75. ::allocator<char> > const &,int)" (?set_host@Socket_Address@@QEAA_NAEBV?$basic_s
  76. tring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
  77. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  78. l __imp_inet_addr referenced in function "public: bool __cdecl Socket_Address::s
  79. et_host(class std::basic_string<char,struct std::char_traits<char>,class std::al
  80. locator<char> > const &,int)" (?set_host@Socket_Address@@QEAA_NAEBV?$basic_strin
  81. g@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
  82. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  83. l __imp_setsockopt referenced in function "public: int __cdecl Socket_IP::SetRec
  84. vBufferSize(int)" (?SetRecvBufferSize@Socket_IP@@QEAAHH@Z)
  85. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  86. l __imp_getpeername referenced in function "public: class Socket_Address __cdecl
  87. Socket_IP::GetPeerName(void)const " (?GetPeerName@Socket_IP@@QEBA?AVSocket_Addr
  88. ess@@XZ)
  89. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  90. l __WSAFDIsSet referenced in function "private: bool __cdecl Socket_fdset::isSet
  91. ForNative(unsigned __int64)const " (?isSetForNative@Socket_fdset@@AEBA_N_K@Z)
  92. libp3framework.lib(net_composite.obj) : error LNK2019: unresolved external symbo
  93. l __imp_gethostname referenced in function "public: static class std::basic_stri
  94. ng<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Conne
  95. ctionManager::get_host_name(void)" (?get_host_name@ConnectionManager@@SA?AV?$bas
  96. ic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
  97. libp3framework.lib(pstatclient_composite.obj) : error LNK2001: unresolved extern
  98. al symbol __imp_gethostname
  99. libp3framework.lib(nativenet_composite.obj) : error LNK2019: unresolved external
  100.  symbol __imp_WSAStartup referenced in function "int __cdecl init_network(void)"
  101.  (?init_network@@YAHXZ)
  102. built/bin/pview.exe : fatal error LNK1120: 26 unresolved externals
  103. Storing dependency cache.
  104. Elapsed Time: 18 min 47 sec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement