<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Aug 24, 2015 at 9:34 AM, morbid code <span dir="ltr"><<a href="mailto:morbidcode666@gmail.com" target="_blank">morbidcode666@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What am I doing wrong? Should I include zlib as well? But according to<br>
the docs it's optional.<br></blockquote><div><br></div><div>I think you just need to define TAGLIB_STATIC somewhere in your project. Either in the build system or in the c++ file before including taglib. Windows needs different symbol names for functions from static/dynamic libraries. By default, TagLib will declare the functions with __declspec(dllimport) which requires the <span style="font-size:12.8000001907349px">__imp__XXX names. If you define </span>TAGLIB_STATIC, it should work.</div><div><br></div><div>Lukas</div><div><br></div><div><br></div></div></div></div>