Re: Using libcurl with zlib

2012-05-10 Thread Gisle Vanem
"east2006 east2006" wrote: Thank you, that solved it When compiling libcurl with zlib (MSVC), I get this error: libcurl.res : fatal error LNK1241: resource file zlib1d.lib(zlib1.res) already specified Well, zlib1.res must have been included twice. Why, I don't know. Where and how was zlib1d

Re: Using libcurl with zlib

2012-05-10 Thread east2006 east2006
Thank you, that solved it When compiling libcurl with zlib (MSVC), I get this error: libcurl.res : fatal error LNK1241: resource file zlib1d.lib(zlib1.res) already specified Unless I turn on 'Link Time Code Generation'. Why does this happens? Thank You! On Thu, May 10, 2012 at 2:35 PM, Gisle

Re: Using libcurl with zlib

2012-05-10 Thread Gisle Vanem
"east2006 east2006" wrote: 1>libcurl.lib(content_encoding.obj) : error LNK2019: unresolved external symbol _zlibVersion@0 referenced in function _Curl_unencode_gzip_write 1>.\Standalone-D\MelodoContent.exe : fatal error LNK1120: 5 unresolved externals I'm staticly compiling libcurl with zlib

Using libcurl with zlib

2012-05-10 Thread east2006 east2006
Hi. When building my project in MSVC 2010 with static libcurl (7.24.0) I get the following errors: 1>libcurl.lib(content_encoding.obj) : error LNK2019: unresolved external symbol _inflateEnd@4 referenced in function _exit_zlib 1>libcurl.lib(content_encoding.obj) : error LNK2019: unresolved exter