Hi
I try to get the ID3 lib running with Qt…
at the moment I have added the id3lib.lib with add library
Now i have this message:
pragma message(”*** NOTICE *** (not a real error)”)
pragma message(”* You should include a define in your project which reflect how you link the library”)
pragma message(”* If you use id3lib.lib or libprj/id3lib.dsp (you link static) you should add”)
pragma message(”* ID3LIB_LINKOPTION=1 to your preprocessor definitions of your project.”)
pragma message(”* If you use id3lib.dll (you link dynamic) you should add ID3LIB_LINKOPTION=3”)
pragma message(”* to your preprocessor definitions of your project.”)
pragma message(”***”)
Where can I find my Preprocessor definitions?
Maybe someone could post a step by step documentation of adding id3lib to Qt?
I’ve googled 2 h and found nothing what solved my problems.
P.s. Sorry for my bad English…
↧