Displaying 20 results from an estimated 54 matches for "__thiscall".
2009 Feb 12
1
problem when using xapian's static libs in windows
....
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)" (??1WritableDatabase at Xapian@@UAE a...
2012 Mar 25
2
Trying to link against libFLAC_static.lib (windows)
...e 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 symbol __imp__FLAC__stream_decoder_init_file referenced in
function "protected: int __thiscall CFlacDecoder::CreateDecoder(void)"...
2008 Dec 05
0
[LLVMdev] Build errors on trunk for about a week now.
...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> > &)"
(??_O?$basic_string at DU?$char_traits at D@std@...
2009 May 13
3
[LLVMdev] MSVC compile error with trunk
...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'::IndVarSimplify::runOnLoop(class llvm::LoopBase<class
llvm::BasicBloc...
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...
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 symbol __imp__FLAC__stream_decoder_init_file referenced in
function "protected: int __thiscall CFlacDecoder::CreateDecoder(void)"
(...
2004 Dec 24
3
[LLVMdev] win32 broken again
Well... that didn't take long. I'm not sure what you did, Reid, with
Path.cpp, but it broke VC++:
Bytecode.lib(ReaderWrappers.obj) : error LNK2001: unresolved external
symbol "public: __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: un...
2006 Nov 05
0
[LLVMdev] Port succesful
...ree 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?$allocator at PBVPassInfo@llvm@@@std@@@std@@@Z)
referenced...
2009 May 13
0
[LLVMdev] MSVC compile error with trunk
...VUsers.cpp add to the CMakeLists.txt file.
32> Creating library
R:\SDKs\llvm\trunk_VC8_building\lib\Debug\llc.lib and object
R:\SDKs\llvm\trunk_VC8_building\lib\Debug\llc.exp
32>LLVMCodeGen.lib(PrologEpilogInserter.obj) : error LNK2001:
unresolved external symbol "public: virtual void __thiscall
llvm::PEI::getAnalysisUsage(class llvm::AnalysisUsage &)const "
(?getAnalysisUsage at PEI@llvm@@UBEXAAVAnalysisUsage at 2@@Z)
32>LLVMCodeGen.lib(PrologEpilogInserter.obj) : error LNK2019:
unresolved external symbol "private: void __thiscall
llvm::PEI::clearAllSets(void)" (?cle...
2012 Mar 26
0
Trying to link against libFLAC_static.lib (windows)
...;
> 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 symbol __imp__FLAC__stream_decoder_init_file referenced in
> function "protected: int __thiscall CFlacDecoder::C...
2004 Dec 24
0
[LLVMdev] win32 broken again
...ev at cs.uiuc.edu>
Subject: [LLVMdev] win32 broken again
Date: Fri, 24 Dec 2004 00:08:24 -0800
Well... that didn't take long. I'm not sure what you did, Reid, with
Path.cpp, but it broke VC++:
Bytecode.lib(ReaderWrappers.obj) : error LNK2001: unresolved external symbol
"public: __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: un...
2005 Jul 02
0
[LLVMdev] X86AsmPrinter + MASM and NASM backends
I am now getting the following link errors on all executables:
x86.lib(X86AsmPrinter.obj) : error LNK2001: unresolved external symbol
"public: virtual bool __thiscall
llvm::x86::X86ATTAsmPrinter::runOnMachineFunction(class
llvm::MachineFunction &)"
(?runOnMachineFunction at X86ATTAsmPrinter@x86 at llvm@@UAE_NAAVMachineFunction at 3@@Z)
x86.lib(X86AsmPrinter.obj) : error LNK2001: unresolved external symbol
"public: virtual bool __thiscall
llvm:...
2008 Dec 05
3
[LLVMdev] Build errors on trunk for about a week now.
...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> > &)"
> (??_O?$basic_string at DU?$c...
2005 Jul 01
4
[LLVMdev] X86AsmPrinter + MASM and NASM backends
Chris,
Okay, I have done as you have requested.
The only thing I did not like was a clsh between the enum X86 and the new
namespace X86, which I had to rename as x86 :(
Anyway, I suppose the lower case 'x' in 'x86' fits in with the lowercase
'llvm' namespace.
Build tested on MS VC2003 and Linux.
Aaron
-------------- next part --------------
A non-text attachment was
2012 Aug 06
1
Windows link.exe error : libbrass.lib(brass_table.obj) : unresolved external symbol _inflateEnd
...t.lib(chert_table.obj) : error LNK2001: unresolved external symbol
_deflateEnd
libflint.lib(flint_table.obj) : error LNK2001: unresolved external symbol
_deflateEnd
libbrass.lib(brass_table.obj) : error LNK2019: unresolved external symbol
_deflateInit2_ referenced in function "protected: v
oid __thiscall BrassTable::lazy_alloc_deflate_zstream(void)const "
(?lazy_alloc_deflate_zstream at BrassTable@@IBEXXZ)
libchert.lib(chert_table.obj) : error LNK2001: unresolved external symbol
_deflateInit2_
libflint.lib(flint_table.obj) : error LNK2001: unresolved external symbol
_deflateInit2_
libbrass.lib...
2006 Mar 26
3
Updating tools
Hello all. I decided to see how things were progressing and have
updated my Swig to 1.3.29 and my wxWindows to 2.6.3. I''ll try
rebuilding everything as soon as I''m done compiling wx 2.6.3. Then I
hope to have some time to read up on the new ruby stuff in Swig to see
if we can close the last few holes.
Roy
2010 Jan 31
0
[LLVMdev] Compiling Kaleidoscope on Windows
Thanks to OvermindDL1 for pointing this out: compiling with Visual C++
actually works! Basically it's just a matter of running cmake (default
settings are fine) then nmake, and I've got what appears to be a
working version of LLVM.
Kaleidoscope crashes on attempting to exit with ^Z:
C:\llvm\bin>Kaleidoscope.exe
ready> 1+2;
ready> Evaluated to 3.000000
ready> 3*4;
ready>
2010 Jan 30
2
[LLVMdev] Compiling Kaleidoscope on Windows
I'm trying to get the Kaleidoscope tutorial mini compiler working on
Windows (as a trial run for developing a compiler using LLVM).
Kaleidoscope uses the C++ linkage method of code generation (as
opposed to spitting out intermediate code in a text or binary file),
which as I understand it is the preferred way of doing it for a few
reasons, one of them being that it gives you JIT capability,
2008 Aug 28
1
Building wxruby on windows with Visual C++ Express Edition
...gt;...
c:/ruby
/lib/msvcrt-ruby18.lib /dll /out:lib/wxruby2.so
Microsoft (R) Incremental Linker Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
LINK : warning LNK4068: /MACHINE not specified; defaulting to X86
msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: __thiscall
std::basic_string<
char,struct std::char_traits<char>,class std::allocator<char>
>::~basic_string<c
har,struct std::char_traits<char>,class std::allocator<char> >(void)"
(??1?$basi
c_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) already
define...
2005 Jul 02
2
[LLVMdev] X86AsmPrinter + MASM and NASM backends
...the new files to Visual Studio (or at least
forgot to include x86.vcproj with the other files).
Jeff Cohen wrote:
> I am now getting the following link errors on all executables:
>
> x86.lib(X86AsmPrinter.obj) : error LNK2001: unresolved external symbol
> "public: virtual bool __thiscall
> llvm::x86::X86ATTAsmPrinter::runOnMachineFunction(class
> llvm::MachineFunction &)"
> (?runOnMachineFunction at X86ATTAsmPrinter@x86 at llvm@@UAE_NAAVMachineFunction at 3@@Z)
>
> x86.lib(X86AsmPrinter.obj) : error LNK2001: unresolved external symbol
> "public:...