[Botan-devel] linking botan to examples cd2
matkow at vp.pl
matkow at vp.pl
Wed Feb 14 11:41:25 EST 2007
Skipped content of type multipart/alternative-------------- next part --------------
Compiling...
hash2.cpp
d:\dokumenty\projekt\botan\include\botan\base.h(29) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
d:\dokumenty\projekt\botan\include\botan\base.h(30) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
d:\dokumenty\projekt\botan\include\botan\base.h(158) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
Linking...
hash2.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall Botan::Pipe::~Pipe(void)" (??1Pipe at Botan@@UAE at XZ) referenced in function _main
hash2.obj : error LNK2019: unresolved external symbol "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl Botan::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,class Botan::Pipe &)" (??6Botan@@YAAAV?$basic_ostream at DU?$char_traits at D@std@@@std@@AAV12 at AAVPipe@0@@Z) referenced in function _main
hash2.obj : error LNK2019: unresolved external symbol "public: void __thiscall Botan::Pipe::set_default_msg(unsigned int)" (?set_default_msg at Pipe@Botan@@QAEXI at Z) referenced in function _main
hash2.obj : error LNK2019: unresolved external symbol "public: void __thiscall Botan::Pipe::end_msg(void)" (?end_msg at Pipe@Botan@@QAEXXZ) referenced in function _main
hash2.obj : error LNK2019: unresolved external symbol "class std::basic_istream<char,struct std::char_traits<char> > & __cdecl Botan::operator>>(class std::basic_istream<char,struct std::char_traits<char> > &,class Botan::Pipe &)" (??5Botan@@YAAAV?$basic_istream at DU?$char_traits at D@std@@@std@@AAV12 at AAVPipe@0@@Z) referenced in function _main
hash2.obj : error LNK2019: unresolved external symbol "public: void __thiscall Botan::Pipe::start_msg(void)" (?start_msg at Pipe@Botan@@QAEXXZ) referenced in function _main
hash2.obj : error LNK2019: unresolved external symbol "public: __thiscall Botan::Pipe::Pipe(class Botan::Filter *,class Botan::Filter *,class Botan::Filter *,class Botan::Filter *)" (??0Pipe at Botan@@QAE at PAVFilter@1 at 000@Z) referenced in function _main
hash2.obj : error LNK2019: unresolved external symbol "public: __thiscall Botan::Hash_Filter::Hash_Filter(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned int)" (??0Hash_Filter at Botan@@QAE at ABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@I at Z) referenced in function _main
hash2.obj : error LNK2019: unresolved external symbol "public: __thiscall Botan::Hex_Encoder::Hex_Encoder(bool,unsigned int,enum Botan::Hex_Encoder::Case)" (??0Hex_Encoder at Botan@@QAE at _NIW4Case@01@@Z) referenced in function _main
hash2.obj : error LNK2019: unresolved external symbol "bool __cdecl Botan::have_hash(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?have_hash at Botan@@YA_NABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z) referenced in function _main
hash2.obj : error LNK2019: unresolved external symbol "public: static void __cdecl Botan::LibraryInitializer::initialize(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?initialize at LibraryInitializer@Botan@@SAXABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z) referenced in function "public: __thiscall Botan::LibraryInitializer::LibraryInitializer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0LibraryInitializer at Botan@@QAE at ABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
hash2.obj : error LNK2019: unresolved external symbol "public: static void __cdecl Botan::LibraryInitializer::deinitialize(void)" (?deinitialize at LibraryInitializer@Botan@@SAXXZ) referenced in function "public: __thiscall Botan::LibraryInitializer::~LibraryInitializer(void)" (??1LibraryInitializer at Botan@@QAE at XZ)
D:\Dokumenty\Projekt\examples\hash2\Debug\hash2.exe : fatal error LNK1120: 12 unresolved externals
-------------- next part --------------
Skipped content of type multipart/alternative-------------- next part --------------
Deleting intermediate and output files for project 'hash2', configuration 'Debug|Win32'
Compiling...
stdafx.cpp
hash2.cpp
d:\dokumenty\projekt\botan\include\botan\base.h(29) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
d:\dokumenty\projekt\botan\include\botan\base.h(30) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
d:\dokumenty\projekt\botan\include\botan\base.h(158) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
Generating Code...
Compiling manifest to resources...
Linking...
LINK : fatal error LNK1104: cannot open file 'libbotan.lib'
More information about the botan-devel
mailing list