[cvsnt] Cav cvsnt still be compiled using VC6??
Torsten Martinsen
torsten at tiscali.dk
Wed Sep 17 21:01:56 BST 2003
Bo Berglund wrote:
>I tried to build the release using VC6 to get rid of the dependency of
>the .NET dll:s but this is the output I get at the end and I am not
>that used to VS6 that I can decode what is wrong here:
>
>Compiling...
>genkey.c
>Linking...
>genkey.obj : error LNK2001: unresolved external symbol
>_gethostbyname at 4
>genkey.obj : error LNK2001: unresolved external symbol _gethostname at 8
>genkey.obj : error LNK2001: unresolved external symbol _WSAStartup at 8
>
>
It's missing the Winsock import library, ws2_32.lib.
-Torsten
More information about the cvsnt
mailing list