Displaying 3 results from an estimated 3 matches for "createdecod".
Did you mean:
createdecoder
2012 Mar 25
2
Trying to link against libFLAC_static.lib (windows)
...mport)
I've so cleaned and rebuilt all my project files but still get the errors:
11>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2019: unresolved
external symbol
__imp__FLAC__stream_decoder_process_until_end_of_metadata 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_init_file referenced in
function "protected: int __thiscall CFlacDecoder::CreateDecoder(void)"
(?CreateDecoder at CFlacDe...
2012 Mar 23
2
Trying to link against libFLAC_static.lib (windows)
...a project linking to libFLAC_static.lib but I
get linker errors such as the following.
6>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2019: unresolved
external symbol
__imp__FLAC__stream_decoder_process_until_end_of_metadata 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_init_file referenced in
function "protected: int __thiscall CFlacDecoder::CreateDecoder(void)"
(?CreateDecoder at CFlacDec...
2012 Mar 26
0
Trying to link against libFLAC_static.lib (windows)
...d rebuilt all my project files but still get the errors:
>
> 11>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2019: unresolved
> external symbol
> __imp__FLAC__stream_decoder_process_until_end_of_metadata 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_init_file referenced in
> function "protected: int __thiscall CFlacDecoder::CreateDecoder(void)"
> (...