Displaying 3 results from an estimated 3 matches for "decodeframe".
2012 Mar 25
2
Trying to link against libFLAC_static.lib (windows)
...n "public: int __thiscall CFlacDecoder::Seek(unsigned int)"
(?Seek at CFlacDecoder@@QAEHI at Z)
11>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2019: unresolved
external symbol __imp__FLAC__stream_decoder_process_single referenced
in function "public: int __thiscall CFlacDecoder::DecodeFrame(void)"
(?DecodeFrame at CFlacDecoder@@QAEHXZ)
11>.\Debug/ScratchLIVE.exe : fatal error LNK1120: 11 unresolved externals
Could there be some setting that I've got incorrect or incompatible
between the FLAC project and the project that is using it?
>
>
> _______________________...
2012 Mar 23
2
Trying to link against libFLAC_static.lib (windows)
...on "public: int __thiscall CFlacDecoder::Seek(unsigned int)"
(?Seek at CFlacDecoder@@QAEHI at Z)
6>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2019: unresolved
external symbol __imp__FLAC__stream_decoder_process_single referenced
in function "public: int __thiscall CFlacDecoder::DecodeFrame(void)"
(?DecodeFrame at CFlacDecoder@@QAEHXZ)
The __imp__ prefix seems to imply that some kind of .dll usage is
happening, which it shouldn't.
All I need is the C lib, so I just build libFLAC_static from within
VS2010 (I've converted the VS2005 project)
I've then linked to tha...
2012 Mar 26
0
Trying to link against libFLAC_static.lib (windows)
...__thiscall CFlacDecoder::Seek(unsigned int)"
> (?Seek at CFlacDecoder@@QAEHI at Z)
> 11>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2019: unresolved
> external symbol __imp__FLAC__stream_decoder_process_single referenced
> in function "public: int __thiscall CFlacDecoder::DecodeFrame(void)"
> (?DecodeFrame at CFlacDecoder@@QAEHXZ)
> 11>.\Debug/ScratchLIVE.exe : fatal error LNK1120: 11 unresolved externals
>
> Could there be some setting that I've got incorrect or incompatible
> between the FLAC project and the project that is using it?
>
From th...