need help
    Trinadh 
    trinadh at axsys-healthtech.com
       
    Wed Jun 21 12:14:37 CEST 2006
    
    
  
Hi All,
 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. 
can anyone please help regarding this issue.
waiting 4 ur earliest reply.
#include "tag.h"
using namespace std;
using namespace TagLib;
int main(int argc, char *argv[])
{
  
 TagLib::FileRef f("DEV.mp3");
 if(!f.isNull() && f.tag()) {
  TagLib::Tag *tag = f.tag();
      cout << "-- TAG --" << endl;
      cout << "title   - \"" << tag->title()   << "\"" << endl;
      cout << "artist  - \"" << tag->artist()  << "\"" << endl;
      cout << "album   - \"" << tag->album()   << "\"" << endl;
      cout << "year    - \"" << tag->year()    << "\"" << endl;
      cout << "comment - \"" << tag->comment() << "\"" << endl;
      cout << "track   - \"" << tag->track()   << "\"" << endl;
      cout << "genre   - \"" << tag->genre()   << "\"" << endl;
    }
  return 0;
}
Have a Nice Day .........
 
Regards
 
Trinadh
 
***********************************************
T.Trinadha Kumar
 
VC++ Programmer
AxSys Healthtech Ltd.,
Basheerbagh, Hyderabad.
Phone: +91-40-5510 5000/6000  Extn: 343
Mobile: +91-9848024585/9440671825
Email: trinadh at axsys-healthtech.com
Url : www.axsys-healthtech.com   
************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/taglib-devel/attachments/20060623/e2ac27b5/attachment.html 
    
    
More information about the taglib-devel
mailing list