search for: libflacsupport

Displaying 1 result from an estimated 1 matches for "libflacsupport".

2004 Sep 10
0
Linking against libFLAC_static.lib using MSVC
I'm having a hell of a time linking against libFLAC_static.lib on Win32: link -out:blib\arch\auto\Audio\FLAC\Decoder\Decoder.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\Perl\lib\CORE" -machine:x86 Decoder.obj libflacsupport.lib C:\Perl\lib\CORE\perl58.lib C:\Perl\lib\CORE\libFLAC_static.lib -def:Decoder.def Creating library blib\arch\auto\Audio\FLAC\Decoder\Decoder.lib and object blib\arch\auto\Audio\FLAC\Decoder\Decoder.exp Decoder.obj : error LNK2001: unresolved external symbol __imp__FLAC__seekable_stream_decoder_p...