Displaying 20 results from an estimated 82 matches for "lnk2001".
2005 Nov 28
1
Compile Encoder_example.c
...into Ogg file (*.ogg) and i found encoder_example.c
inside libvorbis's example directory. I try to compile
it using Microsoft Visual C++ 6.0 ,but it goes error
like this :
--------------------Configuration: encoder_example -
Win32 Debug--------------------
Linking...
encoder_example.obj : error LNK2001: unresolved
external symbol _vorbis_info_clear
encoder_example.obj : error LNK2001: unresolved
external symbol _vorbis_comment_clear
encoder_example.obj : error LNK2001: unresolved
external symbol _vorbis_dsp_clear
encoder_example.obj : error LNK2001: unresolved
external symbol _vorbis_block_clear...
2004 Sep 10
0
Linking against libFLAC_static.lib using MSVC
...path:"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_process_until_end_of_metadata
Decoder.obj : error LNK2001: unresolved external symbol __imp__FLAC__seekable_stream_decoder_get_state
Decoder.obj : error LNK2001: unresolved external symbol __imp__FLAC__seekable_stream_decoder_init
Dec...
2006 Oct 07
1
Compiling CVS in VC++ 6.0
Hello,
Apologies if this has been done before. I just joined the list as
this has bugged me for a while.
I can compile FLAC 1.1.2 using Visual C++ 6.0 with no problems.
However, when I try to compile the CVS source I get:
Linking...
utils.obj : error LNK2001: unresolved external symbol _snprintf
grabbag_static.lib(stream_decoder.obj) : error LNK2001: unresolved
external symbol _FLAC__lpc_restore_signal_asm_ia32_mmx
grabbag_static.lib(stream_decoder.obj) : error LNK2001: unresolved
external symbol _FLAC__lpc_restore_signal_asm_ia32
grabbag_static.lib(st...
2010 Nov 17
2
Problem building libFLAC on Windows x64
...uild libFLAC on Windows x64 using MSVC 2008 and the
following steps that I've put together:
http://mixxx.org/wiki/doku.php/build_windows_dependencies#libflac
The problems I have are the following:
If I try to build the dynamic version, I get two unresolved externals:
bitreader_asm.obj : error LNK2001: unresolved external symbol _FLAC__crc16_table
bitreader_asm.obj : error LNK2001: unresolved external symbol
_bitreader_read_from_client_
..\..\obj\release\lib\libFLAC_dynamic.dll : fatal error LNK1120: 2
unresolved externals
I can build the static version fine, but when Mixxx tries to link it
in,...
2000 Jun 26
2
Looking for protect()
...section 3.6.4
of the manual, "Writing R extensions."
I'm using R 1.1.0, and below I list some easy code that I got from section
3.6.4. When I try to compile the file out.c under NT 4, using VC++ 6.0, I
get the following error messages:
Compiling...
out.c
Linking...
out.obj : error LNK2001: unresolved external symbol _Rf_unprotect
out.obj : error LNK2001: unresolved external symbol _Rf_protect
out.obj : error LNK2001: unresolved external symbol _Rf_allocMatrix
out.obj : error LNK2001: unresolved external symbol _Rf_length
I see, for example, that PROTECT(s) is #defined as protect(s)...
2009 Feb 12
1
problem when using xapian's static libs in windows
...INK : warning LNK4098: ????MSVCRT?????????????? /NODEFAULTLIB:library
xapianindex.obj : error LNK2019: ????????? "public: virtual __thiscall Xapian::WritableDatabase::~WritableDatabase(void)" (??1WritableDatabase at Xapian@@UAE at XZ)??????? _main ????
libbackend.lib(database.obj) : error LNK2001: ????????? "public: virtual __thiscall Xapian::WritableDatabase::~WritableDatabase(void)" (??1WritableDatabase at Xapian@@UAE at XZ)
xapianindex.obj : error LNK2019: ????????? "public: __thiscall Xapian::Document::~Document(void)" (??1Document at Xapian@@QAE at XZ)??????? _main...
2008 Oct 01
2
VS2005 build stability?
...Microsoft issues, in case there are any simpler fixes for this I
missed in mailing list archives and google...
Thanks!
Kerry
--- top of link errors ---
1>------ Build started: Project: speexenc, Configuration: Debug Win32 ------
1>Linking...
1>libspeex.lib(speex_callbacks.obj) : error LNK2001: unresolved external
symbol _fprintf
1>libspeex.lib(speex_header.obj) : error LNK2001: unresolved external
symbol _fprintf
1>libspeex.lib(modes_wb.obj) : error LNK2001: unresolved external symbol
_fprintf
1>libspeex.lib(sb_celp.obj) : error LNK2001: unresolved external symbol
_fprintf...
2012 Aug 06
1
Windows link.exe error : libbrass.lib(brass_table.obj) : unresolved external symbol _inflateEnd
...erved.
link.exe @C:\Users\qwerty\AppData\Local\Temp\nmD882.tmp
libbrass.lib(brass_table.obj) : error LNK2019: unresolved external symbol
_inflateEnd referenced in function "public: __thisc
all BrassTable::~BrassTable(void)" (??1BrassTable@@QAE at XZ)
libchert.lib(chert_table.obj) : error LNK2001: unresolved external symbol
_inflateEnd
libflint.lib(flint_table.obj) : error LNK2001: unresolved external symbol
_inflateEnd
libbrass.lib(brass_table.obj) : error LNK2019: unresolved external symbol
_deflateEnd referenced in function "public: __thisc
all BrassTable::~BrassTable(void)" (?...
2000 Aug 28
6
Vorbis on Windows
Folks,
Has anyone successfully compiled the Vorbis source
code on Windows 98 with Visual C++ 6.0??
FR
__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2014 Feb 15
5
Enable custom modes (Visual C++ Express)
Hi all,
for numerous reasons I am now trying to build Opus with Windows / Visual C++
Express. So far I have been using Linux/OSX/MinGW only. The normal Opus
build works out fine but I wonder how I can enable the Opus-custom-mode with
Visual C++ Express. Can anyone help ?
Thanks in advance,
best
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Nov 17
0
Problem building libFLAC on Windows x64
...MSVC 2008 and the
> following steps that I've put together:
> http://mixxx.org/wiki/doku.php/build_windows_dependencies#libflac
>
> The problems I have are the following:
>
> If I try to build the dynamic version, I get two unresolved externals:
> bitreader_asm.obj : error LNK2001: unresolved external symbol _FLAC__crc16_table
> bitreader_asm.obj : error LNK2001: unresolved external symbol
> _bitreader_read_from_client_
> ..\..\obj\release\lib\libFLAC_dynamic.dll : fatal error LNK1120: 2
> unresolved externals
>
> I can build the static version fine, but wh...
2003 May 20
1
building a Win32 DLL with R objects?
...h this using the visual studio debugger but haven't been able to
figure out how to build R DLLs using something other than the RCMD SHLIB.
WHen I try to compile a project, similar to my other projects I've been
calling from R, I get the following linker errors:
Linking...
main.obj : error LNK2001: unresolved external symbol _Rf_unprotect
main.obj : error LNK2001: unresolved external symbol _REAL
main.obj : error LNK2001: unresolved external symbol _LENGTH
main.obj : error LNK2001: unresolved external symbol _Rf_warning
main.obj : error LNK2001: unresolved external symbol _Rf_protect
main.ob...
2008 Dec 05
0
[LLVMdev] Build errors on trunk for about a week now.
...post the errors, not that they will be of much help I would
bet, probably just need to rebuild after I clean it all...
4> Creating library
R:\SDKs\llvm\trunk_VC8nocrap_building\lib\Debug\tblgen.lib and object
R:\SDKs\llvm\trunk_VC8nocrap_building\lib\Debug\tblgen.exp
4>Record.obj : error LNK2001: unresolved external symbol "public: void
__thiscall std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::`copy constructor closure'(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > &am...
2008 Dec 05
2
[LLVMdev] Build errors on trunk for about a week now.
On Fri, Dec 5, 2008 at 1:52 PM, OvermindDL1 <overminddl1 at gmail.com> wrote:
> / * snip */
Actually, rebuilding it makes "debug tblgen" fail with the errors at
the end of this email, and as such everything that depends on it, how
odd...
When I get back to that computer then I will clean its directory,
update from SVN (please fix the const thing soon :) ), and rebuild
fresh...
2013 Mar 11
0
flac 1.3.0pre2 pre-release
...uld be handled.
>> And I had to do some more
>> inline changing to get my MSVC 2012 to compile the sources.
> I would still like to have this problem explained to me.
With the sources as they are compiling produces these errors (this on
MSVC 2012 SP1 Express):
Error 1 error LNK2001: unresolved external symbol
_FLAC__bitreader_bits_left_for_byte_alignment
G:\Programming\flac-1.3.0pre2\src\flac\libFLAC_static.lib(stream_decoder.obj)
flac
Error 2 error LNK2001: unresolved external symbol
_FLAC__bitreader_is_consumed_byte_aligned
G:\Programming\flac-1.3.0pre2\src\flac\...
2009 May 13
3
[LLVMdev] MSVC compile error with trunk
...m::LoopBase<class llvm::BasicBlock> *,class llvm::Type const
*,struct llvm::SCEVExpander &)"
(?RewriteIVExpressions at IndVarSimplify@?A0xe882fe7a@@AAEXPAV?$LoopBase at VBasicBlock@llvm@@@llvm@@PBVType at 4@AAUSCEVExpander at 4@@Z)
30>LLVMScalarOpts.lib(IndVarSimplify.obj) : error LNK2001: unresolved
external symbol "public: static char llvm::IVUsers::ID"
(?ID at IVUsers@llvm@@2DA)
30>LLVMScalarOpts.lib(LoopStrengthReduce.obj) : error LNK2001:
unresolved external symbol "public: static char llvm::IVUsers::ID"
(?ID at IVUsers@llvm@@2DA)
30>LLVMScalarOpts.lib...
2013 Mar 11
2
flac 1.3.0pre2 pre-release
Janne Hyv?rinen wrote:
> Here's a patch that fixes the creation of larger than 2 GB FLAC files.
> Without this patch both GCC and MSVC compiles of FLAC will fail on
> Windows when they have written 2 GB file while encoding from stdin. And
> after 4GB when encoding from WAV file.
Ok.
> It includes Ben Allison's MSVC changes and JonY's MinGW changes with
> some
2010 Jul 20
0
MMX version of Theora
...ol _opterr imported
1>getopt_long.obj : warning LNK4049: locally defined symbol _optreset
imported
1>theora_static_d.lib(encoder_toplevel.obj) : error LNK2019: unresolved
external symbol _dsp_static_init referenced in function _theora_encode_init
1>theora_static_d.lib(toplevel.obj) : error LNK2001: unresolved external
symbol _dsp_static_init
1>theora_static_d.lib(encode.obj) : error LNK2001: unresolved external
symbol _dsp_funcs
1>theora_static_d.lib(decode.obj) : error LNK2001: unresolved external
symbol _dsp_funcs
1>theora_static_d.lib(dct_encode.obj) : error LNK2001: unresolved e...
2015 Aug 31
1
error LNK2001: unresolved external symbol _fopen_utf8
...the example project "example_cpp_encode_file" I get a lot
of linker errors. I checked linker/input/additional dependencies and
added the paths for libFLAC, libFLAC++ and corrected the path for
libogg. Now I'm just getting one link error:
libFLAC_static.lib(stream_encoder.obj) : error LNK2001: unresolved
external symbol _fopen_utf8
Any help would be much appreciated.
Thanks,
Matt
2014 Feb 16
0
Enable custom modes (Visual C++ Express)
...hould just be a matter of adding
>>#define CUSTOM_MODES
>>to the Windows config.h file.
>Ha ! I just forgot the "S" and typed CUSTOM_MODE -- well, that should be
>it.
I think I was too quick: Today I compiled the whole project and I get
these unresolved symbols:
error LNK2001: Nicht aufgel?stes externes Symbol
"_opus_custom_decode".
error LNK2001: Nicht aufgel?stes externes Symbol
"_opus_custom_mode_create".
error LNK2001: Nicht aufgel?stes externes Symbol
"_opus_custom_encoder_destroy".
error LNK2001: Nicht aufgel?stes externes Symbol &...