Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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