Hi!
First off, a big thanks to Rob for the cool decoder and the new Id3 lib implementation. I am going to dump the original and crappy Id3lib implementation from all of my projects as soon as I can.
Hence the reason for my e-mail -- is there an MSVC++ build project available for building an id3tag.dll? I've got a Borland C++ Builder project that I'm trying to convert away from the classic ID3lib, and C++ Builder does not like working with .lib files generated with MSVC++.
I've even tried creating my own DLL, but they don't seem to work correctly - - none of the text fields ever load any strings. Where I would expect a string, I get an int32 field. :-( I suspect that I missed some compilation settings somewhere...
This also holds true for the madlib -- it would be nice to have a DLL of that as well -- I'll probably dump the Xing decoder from FreeAmp and use the Madlib instead.
BTW: Check out http://www.musicbrainz.org to see what I am working on...