Re: Win32 linking problems after 5.3.1 upgrade

Hello,

I made something similar for Amaya, but instead of making a single DLL,
I made a single .lib.

The flag you're reporting (WWW_TraceFlag) and the HTZip module caused me 
problems. I applied a slight patch into the source code (HTUtils.c, HTZip.c), 
with the Amaya tag that helped me override this behavior. Those are in fact
the only two differences I have between the libwww public version and the
Amaya one.

Hope this helps.

-Jose

> Platform: WinNT4, MSVC 5, libwww 5.3.1
> 
> I'm getting a linking error after an upgrade to 5.3.1.  The previous
> version was a CVS checkout from September 4 1999, using the Amaya tag.
> 
> I'm not doing a normal Win32 build.  I'm building the entire libwww as 
> a single DLL (ideally it should only contain the stuff I need, but
> I've never gotten round to stripping it down).
> 
> When building the DLL I'm getting missing symbols, most of them about
> _WWW_TraceFlag (but also some about _inflateInit_, _inflate, and
> _inflateEnd.  They are all related to decompressing.  I'll look into
> them later).

Received on Wednesday, 25 October 2000 04:51:46 UTC