ok, i did added all the .c files to my project but it gave me the following linker errors: act.comm.c Linking... comm.obj : error LNK2001: unresolved external symbol _closesocket@4 comm.obj : error LNK2001: unresolved external symbol _listen@8 comm.obj : error LNK2001: unresolved external symbol _bind@12 comm.obj : error LNK2001: unresolved external symbol _htonl@4 comm.obj : error LNK2001: unresolved external symbol _htons@4 comm.obj : error LNK2001: unresolved external symbol _setsockopt@20 comm.obj : error LNK2001: unresolved external symbol _WSAGetLastError@0 comm.obj : error LNK2001: unresolved external symbol _socket@12 comm.obj : error LNK2001: unresolved external symbol _WSAStartup@8 comm.obj : error LNK2001: unresolved external symbol ___WSAFDIsSet@8 comm.obj : error LNK2001: unresolved external symbol _select@20 comm.obj : error LNK2001: unresolved external symbol _ntohl@4 comm.obj : error LNK2001: unresolved external symbol _gethostbyaddr@12 comm.obj : error LNK2001: unresolved external symbol _accept@12 comm.obj : error LNK2001: unresolved external symbol _send@16 comm.obj : error LNK2001: unresolved external symbol _recv@16 comm.obj : error LNK2001: unresolved external symbol _ioctlsocket@12 Debug/circle3.exe : fatal error LNK1120: 17 unresolved externals Error executing link.exe. +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST