Hi friends,
I am a newbie in libwww and while I tried to compile w3c-libwww-5.4.0 using
windows xp with Microsoft Visual C++ V6.0.
and I've got the following problems:
--------------------Configuration: wwwzip - Win32 Debug--------------------
Linking...
Creating library ..\..\..\Bin/wwwzip.lib and object ..\..\..\Bin/wwwzip.exp
HTZip.obj : error LNK2001: unresolved external symbol _inflateEnd
HTZip.obj : error LNK2001: unresolved external symbol _inflate
HTZip.obj : error LNK2001: unresolved external symbol _inflateInit_
..\..\..\Bin\Debug\wwwzip.dll : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.
WinCom.exe - 4 error(s), 0 warning(s)
-----------------------------------------------------------------------------
and... I did the following change in zconf.h:
/* Compile with -DZLIB_DLL for Windows DLL support */
#if (defined(_WINDOWS) || defined(WINDOWS) || defined(_CONSOLE)) &&
defined(ZLIB_DLL)
istead of
/* Compile with -DZLIB_DLL for Windows DLL support */
#if (defined(_WINDOWS) || defined(WINDOWS)) && defined(ZLIB_DLL)
but, this did not resolve nothing...
Any help will be really appreciated.
Cesar Torres,
I am a newbie in libwww and while I tried to compile w3c-libwww-5.4.0 using
windows xp with Microsoft Visual C++ V6.0.
and I've got the following problems:
--------------------Configuration: wwwzip - Win32 Debug--------------------
Linking...
Creating library ..\..\..\Bin/wwwzip.lib and object ..\..\..\Bin/wwwzip.exp
HTZip.obj : error LNK2001: unresolved external symbol _inflateEnd
HTZip.obj : error LNK2001: unresolved external symbol _inflate
HTZip.obj : error LNK2001: unresolved external symbol _inflateInit_
..\..\..\Bin\Debug\wwwzip.dll : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.
WinCom.exe - 4 error(s), 0 warning(s)
-----------------------------------------------------------------------------
and... I did the following change in zconf.h:
/* Compile with -DZLIB_DLL for Windows DLL support */
#if (defined(_WINDOWS) || defined(WINDOWS) || defined(_CONSOLE)) &&
defined(ZLIB_DLL)
istead of
/* Compile with -DZLIB_DLL for Windows DLL support */
#if (defined(_WINDOWS) || defined(WINDOWS)) && defined(ZLIB_DLL)
but, this did not resolve nothing...
Any help will be really appreciated.
Cesar Torres,
