Displaying 3 results from an estimated 3 matches for "__imp__flac__stream_decoder_new".
2012 Mar 25
2
Trying to link against libFLAC_static.lib (windows)
...LNK2019: unresolved
external symbol __imp__FLAC__stream_decoder_init_ogg_file referenced
in function "protected: int __thiscall
CFlacDecoder::CreateDecoder(void)"
(?CreateDecoder at CFlacDecoder@@IAEHXZ)
11>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2019: unresolved
external symbol __imp__FLAC__stream_decoder_new referenced in function
"protected: int __thiscall CFlacDecoder::CreateDecoder(void)"
(?CreateDecoder at CFlacDecoder@@IAEHXZ)
11>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2001: unresolved
external symbol __imp__FLAC__StreamDecoderStateString
11>AudioDecoder.lib(CFlacDecoder.obj)...
2012 Mar 23
2
Trying to link against libFLAC_static.lib (windows)
...r LNK2019: unresolved
external symbol __imp__FLAC__stream_decoder_init_ogg_file referenced
in function "protected: int __thiscall
CFlacDecoder::CreateDecoder(void)"
(?CreateDecoder at CFlacDecoder@@IAEHXZ)
6>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2019: unresolved
external symbol __imp__FLAC__stream_decoder_new referenced in function
"protected: int __thiscall CFlacDecoder::CreateDecoder(void)"
(?CreateDecoder at CFlacDecoder@@IAEHXZ)
6>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2001: unresolved
external symbol __imp__FLAC__StreamDecoderStateString
6>AudioDecoder.lib(CFlacDecoder.obj) :...
2012 Mar 26
0
Trying to link against libFLAC_static.lib (windows)
...rnal symbol __imp__FLAC__stream_decoder_init_ogg_file referenced
> in function "protected: int __thiscall
> CFlacDecoder::CreateDecoder(void)"
> (?CreateDecoder at CFlacDecoder@@IAEHXZ)
> 11>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2019: unresolved
> external symbol __imp__FLAC__stream_decoder_new referenced in function
> "protected: int __thiscall CFlacDecoder::CreateDecoder(void)"
> (?CreateDecoder at CFlacDecoder@@IAEHXZ)
> 11>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2001: unresolved
> external symbol __imp__FLAC__StreamDecoderStateString
> 11>AudioDeco...