Logged In: YES
user_id=1476148
Originator: NO

I have got it to work fine with my DevCpp

First thing I did was to import the msvc project from the "libprj" folder. I changed "config.h.win32" as you said and I made sure that all the links in the new project options were all right. I added "-lz" so that it doesn't recompile the zlib as well and I compiled the entire project as a statis library.

I've added the resulting "id3lib.a" to the "lib" folder in the "DevCpp" dir and afterwards compiling any program as you said worked fine.

I'm not sure of what you did, but you will definitely need to compile the library with DevCpp before using it for static linking.

Good luck, I'm looking forward for that Dev-pack!!
Cat