Link error in win32 build and patch.

Good afternoon,

When I build the windows (NT) version of libwww, I get the following link error:

-------------------Configuration: wwwhttp - Win32 Debug--------------------
Linking...
   Creating library ..\..\..\Bin/wwwhttp.lib and object ..\..\..\Bin/wwwhttp.exp
HTCookie.obj : error LNK2001: unresolved external symbol _tailcasecomp
..\..\..\Bin\Debug\wwwhttp.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

wwwhttp.dll - 2 error(s), 1 warning(s)

Adding these two lines to the file Library/src/windows/wwwutils.def seems to fix the problem:

tailcasecomp  @ 811
tailcomp  @ 812

Thanks,
--Glenn S.

Received on Thursday, 9 September 1999 20:19:36 UTC