<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-AU link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Are you including all taglibs header files in your project?<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Jeremy Gregorio [mailto:jeremy.firefox.addon@gmail.com] <br><b>Sent:</b> Friday, 4 February 2011 4:44 AM<br><b>To:</b> taglib-devel@kde.org<br><b>Subject:</b> Re: Newbie question, can I build static with VC++ Express Edition<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'>Hi,<br>&nbsp;&nbsp;&nbsp;&nbsp; Thank you for the reply :). I changed my taglib_export to this:<br><br>/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////<br>#ifndef TAGLIB_EXPORT<br>#define TAGLIB_EXPORT<br>#endif<br><br>#ifndef TAGLIB_EXPORT_H<br>#define TAGLIB_EXPORT_H<br><br>/*<br>#if !defined(TAGLIB_STATIC) &amp;&amp; (defined(_WIN32) || defined(_WIN64))<br>#ifdef MAKE_TAGLIB_LIB<br>#define TAGLIB_EXPORT __declspec(dllexport)<br>#else<br>#define TAGLIB_EXPORT __declspec(dllimport)<br>#endif<br>#elif defined(__GNUC__) &amp;&amp; (__GNUC__ &gt; 4 || __GNUC__ == 4 &amp;&amp; __GNUC_MINOR__ &gt;= 1)<br>#define TAGLIB_EXPORT __attribute__ ((visibility(&quot;default&quot;)))<br>#else<br>#define TAGLIB_EXPORT<br>#endif<br>*/<br>#ifndef TAGLIB_NO_CONFIG<br>#include &quot;taglib_config.h&quot;<br>#endif<br><br>#endif<br>////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////<br><br>but I still get the linker errors :(. I wonder if I'm still building Taglib wrong? I should have mentioned, I used Visual C++ 2005 to build tag lib, but I used Visual C++ 2010 to build the test application. It feels like I'm doing something dumb because of my inexperience though...<br><br>Thanks again!<br><br><br><o:p></o:p></p><div><p class=MsoNormal>On Thu, Feb 3, 2011 at 8:48 AM, Николай Шафоростов &lt;<a href="mailto:shafff@ukr.net">shafff@ukr.net</a>&gt; wrote:<o:p></o:p></p><p class=MsoNormal>a hacky solution is to use<br>#define TAGLIB_EXPORT<br>instead of<br>#define TAGLIB_EXPORT &lt;SOMETHING&gt;<br><br>in taglib_export.h<br><br>right now it is defined as &quot;__declspec(dllimport)&quot; for your project<br>_______________________________________________<br>taglib-devel mailing list<br><a href="mailto:taglib-devel@kde.org">taglib-devel@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/taglib-devel" target="_blank">https://mail.kde.org/mailman/listinfo/taglib-devel</a><o:p></o:p></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>