[flac-dev] error LNK2001: unresolved external symbol _fopen_utf8
lvqcl
lvqcl.mail at gmail.com
Mon Aug 31 03:03:05 PDT 2015
Matthew Lindsay wrote:
> libFLAC_static.lib(stream_encoder.obj) : error LNK2001: unresolved
> external symbol _fopen_utf8
>
> Any help would be much appreciated.
You also need win_utf8_io static library (as fopen_utf8 is defined
in src/share/win_utf8_io/win_utf8_io.c)
Or you can simply open FLAC.sln and build example_cpp_encode_file
project from there.
More information about the flac-dev
mailing list