- 1.1.0 msvc projects are broken, static libraries simply don't work without editing, because of "#pragma comment(lib, __LIBNAME__)" in export.h (with __LIBNAME__ defined to eg. "libflac.lib" when output library is libflac_static.lib)
- 1.1.0 msvc projects also need editing (or environment variables) to get nasm to work. use ide-configured executable paths instead, it saves people work.
- hitting "rebuild all" in msvc apparently deletes some included header files (ordinal.h if i remember correctly)
- seeking past the end of file enters infinite loop (tested 1.1.0)
- oggflac still can't seek
- no file callbacks in for tag updating, current FLAC tag updater in foobar2000 is a really ugly hack and has unfixable problems