flac 1.3.2 release? This was fixed in the very next commit after the release of this version. See http://git.xiph.org/?p=flac.git;a=commitdiff;h=230cffe08ff0c965de2ce111afe4513286bfda89
Use FLAC.sln, not FLAC-vs2005.sln.
Try ./configure --enable-static --disable-shared for libogg as well.
Try: ./configure --enable-static --disable-shared --disable-sse
If you use FLAC 1.3.2 then you only need to add --disable-sse option when you call...
Looks like a compiler bug. Probably related: https://bugs.freedesktop.org/show_bug.cgi?id=77580...
Looks like a compiler bug for me. Probably related: https://bugs.freedesktop.org/show_bug.cgi?id=77580...
It can be fixed in 3 ways: LoadLibrary(TEXT("msvcrt.dll")) LoadLibraryA("msvcrt.dll")...