Need help using ID3LIB in VC++ 6.0, "id3/tag.h" isn't found
Brought to you by:
t1mpy
Hello,
I'd like to use the ID3LIB but I can't seem to get it
to work.
I followed the directions of the "win32.readme.first"
file, but I keep getting the same error saying
"id3/tag.h" isn't found.
I must be missing something, I'm not very familiar with
working with libraries in VC.
I'd really appreciate it if you could provide me with more
specific directions of how to use ID3LIB in my project,
what exactly do I need to insert\modify in my project,
and what
files I need.
Thank you very much,
Leo
Logged In: NO
I'm now having this same problem, it was working fine. It
wasn't a problem for a c program. But my c++ progam will
only find "id3/tag.h" in the original place i set it up, I cannot
move the project to a different computer and now that I've
reinstalled windows it wont work.
Any help would be very much appriciated.
Thanks
Logged In: NO
Woot! I found a solution.
Goto tools > options and click the "directories" tab
For the "Show directories for:" drop down list, select Include
Files. Add the paths for your id3lib\include and
id3lib\include\id3 directories.
Logged In: NO
Ive gone through that, im not up and running but maybe this will help you.
theres a file in the /prj/ directory named "win32.read.me.first.txt" this file says you must add directories "path_to_include/include" and "path_to_include/include/id3" to your Additional library Directories and Additional Include Directories found in properties>c++>general and properties>linker>general
Let me know if you compile