Re: CVS Update / Windows Linking Error

Jean-Olivier,

Give it a try. I changed the function and made it work as a stream converter
(at least using the stream interface).

The converter is now called HTCacheCopyHeaders and is registred by default
by HTInit.c:HTInitConverters(). If you don't call this function, then
there will be no dependency between the MIME and CACHE minilibs.

It compiles for me now. There are some missing minilibs in the makefile,
though: wwwinit, wwwxml. Once I added them up, all worked perfectly and
I was able to compile the WinCommander.

-jose
 

In our previous episode, jose.kahan@w3.org said:
> 
> >     I am just starting to use wwwlib and when I try to compile the
> > source I get from my CVS checkout I get the following linking error:
> > 
> > -----------------------------------------------------------
> > Linking...
> >    Creating library ..\..\..\Bin/wwwcache.lib and object
> > ..\..\..\Bin/wwwcache.exp
> > HTCache.obj : error LNK2001: unresolved external symbol
> > _HTMIME_anchor2response
> > ..\..\..\Bin\Debug\wwwcache.dll : fatal error LNK1120: 1 unresolved
> > externals
> > Error executing link.exe.
> > 
> > WinCom.exe - 2 error(s), 0 warning(s)
> > -----------------------------------------------------------

Received on Monday, 18 December 2000 12:38:45 UTC