Coopordie's source code suddenly refuses to compile.
I'm still "working" on the mod, but I hit some errors pretty quickly. Coopordie's source code suddenly refuses to compile.
Code:
1>wsrv_http.obj : error LNK2019: unresolved external symbol _connect@12 referenced in function _TCP_Connect
1>wsrv_http.obj : error LNK2019: unresolved external symbol _htons@4 referenced in function _TCP_Connect
1>wsrv_http.obj : error LNK2019: unresolved external symbol _recv@16 referenced in function _TCP_Recv
1>wsrv_http.obj : error LNK2019: unresolved external symbol _select@20 referenced in function _TCP_Recv
1>wsrv_http.obj : error LNK2019: unresolved external symbol _gethostbyname@4 referenced in function _DNS_GetHostAddr
1>wsrv_http.obj : error LNK2019: unresolved external symbol _inet_addr@4 referenced in function _DNS_GetHostAddr
1>wsrv_http.obj : error LNK2019: unresolved external symbol _closesocket@4 referenced in function _HTTP_GetPage
1>wsrv_http.obj : error LNK2019: unresolved external symbol _send@16 referenced in function _HTTP_GetPage
1>wsrv_http.obj : error LNK2019: unresolved external symbol _socket@12 referenced in function _HTTP_GetPage
1>wsrv_http.obj : error LNK2019: unresolved external symbol _WSAGetLastError@0 referenced in function _NET_ErrorString
Pat, do you happen to know what might cause it? I've tested it both on VC++ 2010 aswell as the 2008 edition, even on an older source code that worked well in the past, but it simply doesn't want me to mod the game
.