Displaying 3 results from an estimated 3 matches for "cflacdecoder".
2012 Mar 25
2
Trying to link against libFLAC_static.lib (windows)
...o be sure, I went to export.h and exlicitly defined FLAC_API and
commented out the lines
#ifdef FLAC_API_EXPORTS
#define FLAC_API _declspec(dllexport)
#else
#define FLAC_API _declspec(dllimport)
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...
2012 Mar 23
2
Trying to link against libFLAC_static.lib (windows)
Hi. I'm trying to get 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:...
2012 Mar 26
0
Trying to link against libFLAC_static.lib (windows)
...d FLAC_API and
> commented out the lines
>
> #ifdef FLAC_API_EXPORTS
> #define FLAC_API _declspec(dllexport)
> #else
> #define FLAC_API _declspec(dllimport)
>
> 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(CFl...