search for: lnk2019

Displaying 20 results from an estimated 75 matches for "lnk2019".

2006 Aug 18
6
Ogg Player Code
Hello, In one of my recent assignments, I was asked to develop a ogg player. I am not able to find the right repository of the source code. There are few repositories on vorbis but I am not clear which one is the right one for Windows environment. If somebody has successfully compiled any ogg player ever, his ideas will be helpful to me. In one of the code set, I was able to compile the
2009 Mar 30
0
[ win32utils-Support Requests-24279 ] Windows 7 x64 - building a win32-api gem on windows
...2_32.lib -link -incremental:no -debug -opt:re f -opt:icf -dll -libpath:"." -libpath:"c:/ruby/lib" -implib:api-x64-mswin64_80.lib -pdb:api-x64-mswin64_80.pdb -def:api-x64-mswin64_80.def Creating library api-x64-mswin64_80.lib and object api-x64-mswin64_80.exp api.obj : error LNK2019: unresolved external symbol _rb_num2long referenced in function _NUM2LONG api.obj : error LNK2019: unresolved external symbol _rb_int2big referenced in function _LONG2NUM api.obj : error LNK2019: unresolved external symbol _rb_uint2big referenced in function _ULONG2NUM api.obj : error LNK2019: unre...
2010 Jan 19
1
Linker Error when compiling Speex decoder
Hi I get the following error during linking. How do I resolve it. I am compiling using Visual Studio 2008 Thanks 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>Linking... 1>MicSpeexDec.obj : error LNK2019: unresolved external symbol __imp__fclose referenced in function "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD at Z) 1>MicSpeexDec.obj : error LNK2019: unresolved external symbol __imp__fwrite referenced in function "int __cdecl _tmain(int,char * * const)" (?_...
2012 Mar 25
2
Trying to link against libFLAC_static.lib (windows)
...t.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: unresolved external...
2005 Sep 22
1
Rf_initEmbeddedR in Windows
...program uses Rf_initEmbeddedR to start R and then calls some R functions. Now I try to port it to Windows. Give the fact that Rf_initEmbeddedR is missing in Windows, I try to use the implmentation in Rserve by Simon Urbanek. When I build in MS Visual Studio, I get the following linking error error LNK2019: unresolved external symbol __imp__putenv referenced in function _Rf_initEmbeddedR error LNK2019: unresolved external symbol __imp__UserBreak referenced in function _my_onintr error LNK2019: unresolved external symbol _getDLLVersion referenced in function _Rf_initEmbeddedR error LNK2019: unresolved...
2012 May 01
1
[LLVMdev] Linking C++ on Windows
...ude C:\Program Files\Microsoft Visual Studio 9.0\VC\include C:\Program Files\Microsoft SDKs\Windows\v7.0\\include End of search list. "C:/Program Files/Microsoft Visual Studio 9.0/VC/BIN/link.exe" -out:a.out -defaultlib:libcmt -nologo C:/cygwin/tmp/hello-066049.o hello-066049.o : error LNK2019: unresolved external symbol __ZSt4cout referenced in function _main hello-066049.o : error LNK2019: unresolved external symbol __ZSt18uncaught_exceptionv referenced in function __ZNSo6sentryD2Ev hello-066049.o : error LNK2019: unresolved external symbol __ZNSt6_Mutex7_UnlockEv referenced in functio...
2009 Feb 12
1
problem when using xapian's static libs in windows
...efix. Is there any one who can help me. thanks. ------ ?????????: ??: xapianindex, ??: Debug Win32 ------ ???????xapianindex?(???Debug|Win32?)?????????? ????... xapianindex.cpp ????????... ????... LINK : 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)...
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: unresolved external...
2008 Jan 29
1
The standalone Rmath library and VC++ 2003
...d: Project: Complex plugin, Configuration: Debug Win32 ------ Linking... Creating library .\../Debug/complex_plugin.lib and object .\../Debug/complex_plugin.exp libRmath.a(mlutils.o) : warning LNK4217: locally defined symbol __iob imported in function _REprintf libRmath.a(dbeta.o) : error LNK2019: unresolved external symbol _log1p referenced in function _dbeta libRmath.a(qbeta.o) : error LNK2019: unresolved external symbol _log1p referenced in function _qbeta libRmath.a(lbeta.o) : error LNK2019: unresolved external symbol _log1p referenced in function _lbeta libRmath.a(toms708.o) : error...
2012 Mar 26
0
Trying to link against libFLAC_static.lib (windows)
...ted 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) : erro...
2012 Aug 06
1
Windows link.exe error : libbrass.lib(brass_table.obj) : unresolved external symbol _inflateEnd
...xapdep.exe" ..\win32\xapdep.exe nmake / CFG="" DEBUG="" Microsoft (R) Program Maintenance Utility Version 10.00.30319.01 Copyright (C) Microsoft Corporation. All rights reserved. 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 ext...
2004 Dec 24
3
[LLVMdev] win32 broken again
...__thiscall llvm::sys::Path::Path(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0Path at sys@llvm@@QAE at ABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z) System.lib(Signals.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall llvm::sys::Path::isDirectory(void)const " (?isDirectory at Path@sys at llvm@@QBE_NXZ) referenced in function "void __cdecl llvm::sys::RemoveDirectoryOnSignal(class llvm::sys::Path const &)" (?RemoveDirectoryOnSignal at...
2015 Jun 11
2
[LLVMdev] Self compiling latest clang from SVN
...rs ago) and compiling it (clang 3.6.1 doesn't compile 3.7 because it fails a version check, so I repeated the technique of compiling with Microsoft C++ first, then using the resulting clang-cl.exe). It fails with a bunch of error messages along the lines of: LLVMSupport.lib(Atomic.obj) : error LNK2019: unresolved external symbol __faststorefence referenced in function "void __cdecl llvm::sys::MemoryFence(void)" (?MemoryFence at sys@llvm@@YAXXZ) [C:\llvm-svn\build\utils\FileCheck\FileCheck.vcxproj] LLVMSupport.lib(Host.obj) : error LNK2019: unresolved external symbol _xgetbv referenced...
2001 Dec 20
1
CVS Broken Again?
...the CVS source broken again? My attempts to compile indicate a missing file in vorbis/lib, bitbuffer.c (and its h file). Copying in an old downloaded copy produces the following from MSCV 7 (attempting to build OggEnc, having built SDK/all - apparently not without error :-).. encode.obj : error LNK2019: unresolved external symbol _vorbis_bitrate_flushpacket referenced in function _oe_encode encode.obj : error LNK2019: unresolved external symbol _vorbis_bitrate_addblock referenced in function _oe_encode vorbis_static.lib(block.obj) : error LNK2019: unresolved external symbol _vorbis_bitrate_maxmar...
2004 Dec 24
0
[LLVMdev] win32 broken again
...__thiscall llvm::sys::Path::Path(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0Path at sys@llvm@@QAE at ABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z) System.lib(Signals.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall llvm::sys::Path::isDirectory(void)const " (?isDirectory at Path@sys at llvm@@QBE_NXZ) referenced in function "void __cdecl llvm::sys::RemoveDirectoryOnSignal(class llvm::sys::Path const &)" (?RemoveDirectoryOnSignal at...
2017 Feb 27
2
lli can't find vsprintf
...st ignored. LLVM ERROR: Program used external function '___stdio_common_vsprintf' which could not be resolved! D:\llvm\examples\helloworld>link hello.obj Microsoft (R) Incremental Linker Version 14.00.24215.1 Copyright (C) Microsoft Corporation. All rights reserved. hello.obj : error LNK2019: unresolved external symbol ___acrt_iob_func referenced in function _printf hello.obj : error LNK2019: unresolved external symbol ___stdio_common_vsprintf referenced in function __vsnprintf_l hello.obj : error LNK2019: unresolved external symbol ___stdio_common_vfprintf referenced in function __vfp...
2015 Jun 12
2
[LLVMdev] Self compiling latest clang from SVN
...#39;t compile 3.7 because it fails a >> version check, so I repeated the technique of compiling with Microsoft C++ >> first, then using the resulting clang-cl.exe). It fails with a bunch of >> error messages along the lines of: >> >> LLVMSupport.lib(Atomic.obj) : error LNK2019: unresolved external symbol >> __faststorefence referenced in function "void __cdecl >> llvm::sys::MemoryFence(void)" (?MemoryFence at sys@llvm@@YAXXZ) >> [C:\llvm-svn\build\utils\FileCheck\FileCheck.vcxproj] >> LLVMSupport.lib(Host.obj) : error LNK2019: unresolved...
2006 Nov 05
0
[LLVMdev] Port succesful
...ound out that patch for this is not necesary. So feel free to toss it away. >> Ok, I am sending the logs for all main projects. All others have minumum >> to no warnings. >> > Ok. > > I tried to build bugpoint and I got this linker errors: BugDriver.obj : error LNK2019: unresolved external symbol "public: bool __thiscall llvm::BugDriver::runManyPasses(class std::vector<class llvm::PassInfo const *,class std::allocator<class llvm::PassInfo const *> > const &)" (?runManyPasses at BugDriver@llvm@@QAE_NABV?$vector at PBVPassInfo@llvm@@V?...
2009 May 13
3
[LLVMdev] MSVC compile error with trunk
...eem to be a straight error with LLVM itself, but rather the tools, linking issues, here are the errors: Opt: 30> Creating library R:\SDKs\llvm\trunk_VC8_building\lib\Debug\opt.lib and object R:\SDKs\llvm\trunk_VC8_building\lib\Debug\opt.exp 30>LLVMScalarOpts.lib(IndVarSimplify.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall llvm::IVUsers::AddUsersIfInteresting(class llvm::Instruction *)" (?AddUsersIfInteresting at IVUsers@llvm@@QAE_NPAVInstruction at 2@@Z) referenced in function "public: virtual bool __thiscall `anonymous namespace'::IndVarSimplif...
2018 Jan 05
0
llvm 5.0.1 requires downstream workaround for diaguids.lib
Greetings, As of LLVM 5.0.1, LLVM generates a dependency on diaguids.lib if it finds DIA SDK available. This is ok, however llvm-config.exe does not expose the path to the library, so it results in these link errors: LLVMDebugInfoPDB.lib(DIASession.obj) : error LNK2019: unresolved external symbol "long __cdecl NoRegCoCreate(wchar_t const *,struct _GUID const &,struct _GUID const &,void * *)" (?NoRegCoCreate@@YAJPEB_WAEBU_GUID@ @1PEAPEAX at Z) referenced in function "public: static class llvm::Error __cdecl llvm::pdb::DIASession::createFromE...