21 Jun, 2012, Sargonas wrote in the 1st comment:
Votes: 0
I'm trying to compile circlemud 3.1 with visual studio 2010, I've added the source and header files, when I build the solution I get a bunch of LINKER errors, I assume this is from a missing reference or dll, wsock or something.

Errors are:

Error 522 error LNK2019: unresolved external symbol _closesocket@4 referenced in function _init_game c:\Users\admin\documents\visual studio 2010\Projects\myCircle\myCircle\comm.obj myCircle

Error 523 error LNK2019: unresolved external symbol _listen@8 referenced in function _init_socket c:\Users\admin\documents\visual studio 2010\Projects\myCircle\myCircle\comm.obj myCircle

Several more 2019's then a

Error 540 error LNK1120: 18 unresolved externals c:\users\admin\documents\visual studio 2010\Projects\myCircle\Debug\myCircle.exe myCircle


I'm not sure what needs to be added, wsock.dll etc. Any help is greatly appreciated, thanks.
22 Jun, 2012, kiasyn wrote in the 2nd comment:
Votes: 0
0.0/2