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
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
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
Bookmarks