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.
Tony, According to my archives I have actually reported that on April 4th, and it was checked in the same day. The fix is checked in on the HEAD, but not merged to the 2_0_x branch, which is why it builds for me ;) Best Regards, Jerzy ----- Original Message ----- From: "Tony Hoyle" <tmh at nodomain.org> Newsgroups: support.cvsnt To: <cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook> Sent: Monday, April 28, 2003 3:49 AM Subject: Re: [cvsnt] Trouble building cvsnt 2_0_x > Bo Berglund wrote: > > > Almost there, but now I am getting a different type of error: > > > > 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 > > ..\WinRel\genkey.exe : fatal error LNK1120: 3 unresolved externals > > > That sounds like ws2_32.lib is missing, which is odd because that is > included even in VC6. Possibly just an error in the project (but jerzy > usually tells me about those pretty quickly...). > > Tony