Hi,
I'll be releasing a new version of MAD soon which makes the code more portable to non-GCC compilers. It will also include MSVC++ project files.
Until then, you'll need to find a workaround for the union
initializations
in huffman.c.
I've successfully compiled libmad on win32 using mingw. Available at http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/winlame/winlame/source/librar... The libmad.lib is in ./lib, the mad.h is in ./include
bye Michael