I\'m trying to create a project that uses the TagLib library. I\'m not really sure of how exactly to go about it.
I have downloaded TagLib 1.11.1.
I
You have compiled TagLib and zlib with Visual Studio and you compile your project with mingw (at least that's what I can guess from error messages). This won't work. You need to compile all your libraries and apps with the very same compiler.
Visual Studio and gcc have different ABI's so gcc cannot see Visual's symbols.