Results 1 to 8 of 8

Thread: compiling id3lib on windows Qt

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2009
    Posts
    18
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: compiling id3lib on windows Qt

    Hello

    For me and a lot of others beginners, could you post a step by step ?? I want to use the same library |

    Thank you

  2. #2
    Join Date
    Apr 2010
    Posts
    2
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: compiling id3lib on windows Qt

    Quote Originally Posted by giacomelli.fabio View Post
    Hello

    For me and a lot of others beginners, could you post a step by step ?? I want to use the same library |

    Thank you
    I tried, hardly, to converte, to compile, to engage the src code in my project, but without any sucess. Then, exhausted of trieds, i change. I´m now using TagLib (http://developer.kde.org/~wheeler/taglib.html) and my problems gone!

    but if you wanna try and show us the solution, follow some theorics options:

    Option 1) "reimp filename.lib", provided that the directory reimp.exe resides in is listed on the PATH environment variable and the command is given in the folder containing filename.lib.
    be sure that the dlltool.exe are in the same PATH enviroment.
    Option 2) "reimp -d filename.lib" and "dlltool --input-def lifename.def --dllname filename.dll --output-lib filename.a"
    Option 3) "pexports filename.dll > filename.def" and "dlltool -D filename.dll -d filename.def -l filename.a"
    Option 4) "nm filename.dll | grep " T _" | sed "s/.* T _//" >> filename.def" and "dlltool -D filename.dll -d filename.def -l filename.a"
    i see in some cases, the use of "sed "s/.* T _//"" between step one and two.


    May the force be with you

  3. #3
    Join Date
    Dec 2009
    Posts
    18
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: compiling id3lib on windows Qt

    Uhm I only need to read the tags ...
    Taglib or id3lib ... it's the same ...
    I will try with taglib .... I hope I will not need your help
    I'm a noob ....

    EDITED

    Ok ... could you post for me a small piece of your project (library and *.pro) ? I'm not able to compile by myself ....( msys ?? ) I found already compiled libraires from another project (clementine, qt apps) but I can't add them :
    Last edited by giacomelli.fabio; 26th April 2010 at 22:15. Reason: updated contents

Similar Threads

  1. Compiling wih phonon on windows
    By deca5423 in forum Installation and Deployment
    Replies: 1
    Last Post: 16th July 2009, 16:42
  2. Compiling in Windows
    By srohit24 in forum Newbie
    Replies: 4
    Last Post: 14th February 2009, 08:56
  3. Need help with compiling on Windows
    By Cruz in forum Newbie
    Replies: 4
    Last Post: 29th January 2009, 10:09
  4. compiling under windows's troubles
    By giusepped in forum Qt Programming
    Replies: 1
    Last Post: 30th October 2008, 15:27
  5. id3lib library problem
    By acix in forum General Programming
    Replies: 2
    Last Post: 11th April 2006, 12:46

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.