Hi all,<br><br>I was compiling flac 1.2.1 from msys with mingw-w64 which works splendidly, except for one thing: examples/cpp/encode/file/main.cpp gives an error about memcmp not being declared in this scope, which is correct. Solution is to add #include &lt;string.h&gt; which does declare memcmp.<br>
<br>By the way, when will there be a new release of flac? Doesn&#39;t have to be big, just some x64 windows support (in the MSVC project files, mingw-w64 works as far as I&#39;m concerned :) and perhaps any bugs squashed.<br>