<!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> </DIV>
<DIV><FONT face=Arial size=2> 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. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>can anyone please help regarding this
issue.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>waiting 4 ur earliest reply.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>#include "tag.h"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>using namespace std;<BR>using namespace
TagLib;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>int main(int argc, char *argv[])<BR>{</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> <BR> TagLib::FileRef
f("DEV.mp3");</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> if(!f.isNull() && f.tag())
{</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> TagLib::Tag *tag =
f.tag();</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> cout << "--
TAG --" << endl;<BR> cout <<
"title - \"" << tag->title() << "\""
<< endl;<BR> cout << "artist -
\"" << tag->artist() << "\"" <<
endl;<BR> cout << "album - \""
<< tag->album() << "\"" <<
endl;<BR> cout << "year -
\"" << tag->year() << "\"" <<
endl;<BR> cout << "comment - \"" <<
tag->comment() << "\"" << endl;<BR>
cout << "track - \"" << tag->track()
<< "\"" << endl;<BR> cout <<
"genre - \"" << tag->genre() << "\""
<< endl;<BR> }</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> return 0;<BR>}<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Have a Nice Day
.........<BR> <BR>Regards<BR> <BR>Trinadh<BR> <BR>***********************************************<BR>T.Trinadha
Kumar<BR> <BR>VC++ Programmer<BR>AxSys Healthtech Ltd.,<BR>Basheerbagh,
Hyderabad.<BR>Phone: +91-40-5510 5000/6000 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>
<BR>************************************************<BR></FONT></DIV></BODY></HTML>