<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1528" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;I am using the below code to retrive detials 
of mp3 file.I have downloaded taglib-1.4.tar.gz file but i am unable to find 
.lib file in that, i am thinking that i need to build lib file. I want to build 
the lib file in windows.&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>can anyone please help regarding this 
issue.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>waiting 4 ur earliest reply.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>#include "tag.h"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>using namespace std;<BR>using namespace 
TagLib;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>int main(int argc, char *argv[])<BR>{</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;<BR>&nbsp;TagLib::FileRef 
f("DEV.mp3");</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;if(!f.isNull() &amp;&amp; f.tag()) 
{</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;TagLib::Tag *tag = 
f.tag();</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout &lt;&lt; "-- 
TAG --" &lt;&lt; endl;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout &lt;&lt; 
"title&nbsp;&nbsp; - \"" &lt;&lt; tag-&gt;title()&nbsp;&nbsp; &lt;&lt; "\"" 
&lt;&lt; endl;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout &lt;&lt; "artist&nbsp; - 
\"" &lt;&lt; tag-&gt;artist()&nbsp; &lt;&lt; "\"" &lt;&lt; 
endl;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout &lt;&lt; "album&nbsp;&nbsp; - \"" 
&lt;&lt; tag-&gt;album()&nbsp;&nbsp; &lt;&lt; "\"" &lt;&lt; 
endl;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout &lt;&lt; "year&nbsp;&nbsp;&nbsp; - 
\"" &lt;&lt; tag-&gt;year()&nbsp;&nbsp;&nbsp; &lt;&lt; "\"" &lt;&lt; 
endl;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout &lt;&lt; "comment - \"" &lt;&lt; 
tag-&gt;comment() &lt;&lt; "\"" &lt;&lt; endl;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
cout &lt;&lt; "track&nbsp;&nbsp; - \"" &lt;&lt; tag-&gt;track()&nbsp;&nbsp; 
&lt;&lt; "\"" &lt;&lt; endl;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout &lt;&lt; 
"genre&nbsp;&nbsp; - \"" &lt;&lt; tag-&gt;genre()&nbsp;&nbsp; &lt;&lt; "\"" 
&lt;&lt; endl;<BR>&nbsp;&nbsp;&nbsp; }</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp; return 0;<BR>}<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Have a Nice Day 
.........<BR>&nbsp;<BR>Regards<BR>&nbsp;<BR>Trinadh<BR>&nbsp;<BR>***********************************************<BR>T.Trinadha 
Kumar<BR>&nbsp;<BR>VC++ Programmer<BR>AxSys Healthtech Ltd.,<BR>Basheerbagh, 
Hyderabad.<BR>Phone: +91-40-5510 5000/6000&nbsp; Extn: 343<BR>Mobile: 
+91-9848024585/9440671825<BR>Email: <A 
href="mailto:trinadh@axsys-healthtech.com">trinadh@axsys-healthtech.com</A><BR>Url 
: <A 
href="http://www.axsys-healthtech.com">www.axsys-healthtech.com</A>&nbsp;&nbsp; 
<BR>************************************************<BR></FONT></DIV></BODY></HTML>