tryed to compile in C++ and get the following errors
trill.obj : error LNK2001: unresolved external symbol _WSACleanup@0
trill.obj : error LNK2001: unresolved external symbol _closesocket@4
trill.obj : error LNK2001: unresolved external symbol _send@16
trill.obj : error LNK2001: unresolved external symbol _recv@16
trill.obj : error LNK2001: unresolved external symbol _accept@12
trill.obj : error LNK2001: unresolved external symbol _listen@8
trill.obj : error LNK2001: unresolved external symbol _bind@12
trill.obj : error LNK2001: unresolved external symbol _htons@4
trill.obj : error LNK2001: unresolved external symbol _socket@12
trill.obj : error LNK2001: unresolved external symbol _WSAStartup@8
Debug/trill.exe : fatal error LNK1120: 10 unresolved externals
Error executing link.exe.
trill.exe - 11 error(s), 0 warning(s)
sounds qwite intresting to test
nice code Paul