<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div>Hi everybody,</div><div><br></div><div>I'm trying to compile Taglib 1.7.2 on my Windows 7 x64 with MSVC 2010 SP1.</div><div>I've successfully done it for the x64 target, but I got the following error when doing the same for the x86 target:</div><div><br></div><div>error LNK2019: unresolved external symbol _uncompress referenced in function "protected: class TagLib::ByteVector __thiscall TagLib::ID3v2::Frame::fieldData(class TagLib::ByteVector const &)const " (?fieldData@Frame@ID3v2@TagLib@@IBE?AVByteVector@3@ABV43@@Z)    F:\Downloads\Code\taglib\vstudio\x86\taglib\id3v2frame.obj<br></div><div><br></div><div>I configured both targets on separate folders with CMake (taglib\vstudio\x86\ and taglib\vstudio\x64\) with Zlib enabled and configured correctly.</div><div>The issue shouldn't be coming from Zlib as I can compile
 LibPng with it on both targets without problem.</div><div>I'm just selecting Release and then Build. Anybody has an idea?</div><div><br></div><div>Regards,</div><div><br></div><div>Cyril APAN.<br></div></div></body></html>