Re: how to handle with Ivitations features with glox
From: "Anatoly Gutnick" <anatolyg@xxxxxxxxx>
Date: Mon, 13 Nov 2006 16:19:16 +0100
Thnak you,

I am trying to compile my MFC project with VS2005 (Debug Multithreaded
project setting...) with gloox 0.8.4.lib

I attached the file with Link errors.

May be you already helped somebody to fix this kind of issues.

Thank you for advice,

Anatoly






2006/11/8, Jakob Schroeter <js@xxxxxxxxxx>:

On Wednesday November 8 2006 16:07, Anatoly Gutnick wrote:
> The question is what classes from the glox library I can use to
implement
> this kind of features.
> User2 may select and response will be send to User1.
>
> I used  only MessageSession::send( , ) for simple chat messages
> communication, works fine but how to handle with Ivitations?

Hi,

that would probably depend on the protocol you want to/have to use for the
invitations. If it's IQ-based you can use the IqHandler interface, if it
uses
<message> stanzas you can either use MessageSessions or the MessageHandler
interface.

cheers,
Jakob


--
gloox-dev mailing list
to unsubscribe:
send a message with subject 'unsubscribe gloox-dev' to
minimalist@xxxxxxxxxx



1>Compiling manifest to resources...
1>Linking...
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> & __thiscall std::basic_string<char,struct std::char_traits<char>,class 
std::allocator<char> >::operator=(class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > const &)" 
(??4?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@ABV01@@Z)
 already defined in gloox-0.8.4.lib(jid.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: __thiscall 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
>::~basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
>(void)" 
(??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) 
already defined in gloox-0.8.4.lib(jid.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: __thiscall 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
>::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
>(char const *)" 
(??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBD@Z) 
already defined in gloox-0.8.4.lib(jid.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: class 
std::basic_ostream<char,struct std::char_traits<char> > & __thiscall 
std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" 
(??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z) already defined 
in gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "class 
std::basic_ostream<char,struct std::char_traits<char> > & __cdecl 
std::operator<<<char,struct std::char_traits<char>,class std::allocator<char> 
>(class std::basic_ostream<char,struct std::char_traits<char> > &,class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> const &)" 
(??$?6DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@@Z)
 already defined in gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> __cdecl std::operator+<char,struct std::char_traits<char>,class 
std::allocator<char> >(class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > const &,class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> const &)" 
(??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@0@Z)
 already defined in gloox-0.8.4.lib(jid.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> __cdecl std::operator+<char,struct std::char_traits<char>,class 
std::allocator<char> >(class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > const &,char const *)" 
(??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@PBD@Z)
 already defined in gloox-0.8.4.lib(jid.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> __thiscall std::basic_string<char,struct std::char_traits<char>,class 
std::allocator<char> >::substr(unsigned int,unsigned int)const " 
(?substr@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV12@II@Z)
 already defined in gloox-0.8.4.lib(jid.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: unsigned int __thiscall 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
>::length(void)const " 
(?length@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIXZ) 
already defined in gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: char & __thiscall 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
>::operator[](unsigned int)" 
(??A?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAADI@Z) 
already defined in gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: void __thiscall 
std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" 
(?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXH_N@Z) already defined 
in gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: int __thiscall 
std::ios_base::width(int)" (?width@ios_base@std@@QAEHH@Z) already defined in 
gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: int __thiscall 
std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const 
*,int)" (?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHPBDH@Z) 
already defined in gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: static bool __cdecl 
std::char_traits<char>::eq_int_type(int const &,int const &)" 
(?eq_int_type@?$char_traits@D@std@@SA_NABH0@Z) already defined in 
gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: static int __cdecl 
std::char_traits<char>::eof(void)" (?eof@?$char_traits@D@std@@SAHXZ) already 
defined in gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: int __thiscall 
std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" 
(?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z) already defined 
in gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: class 
std::basic_streambuf<char,struct std::char_traits<char> > * __thiscall 
std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " 
(?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ)
 already defined in gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: char __thiscall 
std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " 
(?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDXZ) already defined in 
gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: int __thiscall 
std::ios_base::flags(void)const " (?flags@ios_base@std@@QBEHXZ) already defined 
in gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: int __thiscall 
std::ios_base::width(void)const " (?width@ios_base@std@@QBEHXZ) already defined 
in gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: static unsigned int 
__cdecl std::char_traits<char>::length(char const *)" 
(?length@?$char_traits@D@std@@SAIPBD@Z) already defined in 
gloox-0.8.4.lib(jid.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: class 
std::basic_ostream<char,struct std::char_traits<char> > & __thiscall 
std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" 
(?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ) already 
defined in gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: class 
std::basic_ostream<char,struct std::char_traits<char> > * __thiscall 
std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " 
(?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ)
 already defined in gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: bool __thiscall 
std::ios_base::good(void)const " (?good@ios_base@std@@QBE_NXZ) already defined 
in gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: void __thiscall 
std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" 
(?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ) already defined in 
gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: void __thiscall 
std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)" 
(?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEXXZ) already defined 
in gloox-0.8.4.lib(clientbase.obj)
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: void __thiscall 
std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" 
(?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEXXZ) already 
defined in gloox-0.8.4.lib(clientbase.obj)
1>libcpmtd.lib(xdebug.obj) : error LNK2005: "void * __cdecl operator 
new(unsigned int,struct std::_DebugHeapTag_t const &,char *,int)" 
(??2@YAPAXIABU_DebugHeapTag_t@std@@PADH@Z) already defined in 
msvcprtd.lib(MSVCP80D.dll)
1>libcpmtd.lib(xdebug.obj) : error LNK2005: "void * __cdecl operator 
new[](unsigned int,struct std::_DebugHeapTag_t const &,char *,int)" 
(??_U@YAPAXIABU_DebugHeapTag_t@std@@PADH@Z) already defined in 
msvcprtd.lib(MSVCP80D.dll)
1>libcpmtd.lib(xdebug.obj) : error LNK2005: "void __cdecl operator delete(void 
*,struct std::_DebugHeapTag_t const &,char *,int)" 
(??3@YAXPAXABU_DebugHeapTag_t@std@@PADH@Z) already defined in 
msvcprtd.lib(MSVCP80D.dll)
1>libcpmtd.lib(xlock.obj) : error LNK2005: "public: __thiscall 
std::_Lockit::_Lockit(int)" (??0_Lockit@std@@QAE@H@Z) already defined in 
msvcprtd.lib(MSVCP80D.dll)
1>libcpmtd.lib(xlock.obj) : error LNK2005: "public: __thiscall 
std::_Lockit::~_Lockit(void)" (??1_Lockit@std@@QAE@XZ) already defined in 
msvcprtd.lib(MSVCP80D.dll)
1>LIBCMTD.lib(setlocal.obj) : error LNK2005: __configthreadlocale already 
defined in msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: _malloc already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: _calloc already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __recalloc already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: _free already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __CrtSetCheckCount already defined 
in msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(tidtable.obj) : error LNK2005: __encode_pointer already defined 
in msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(tidtable.obj) : error LNK2005: __decode_pointer already defined 
in msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(lconv.obj) : error LNK2005: _localeconv already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined 
in msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(crt0dat.obj) : error LNK2005: _exit already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __exit already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __cexit already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __amsg_exit already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __initterm_e already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(dbgrptw.obj) : error LNK2005: __CrtDbgReportW already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(dosmap.obj) : error LNK2005: __errno already defined in 
MSVCRT.lib(MSVCR80.dll)
1>LIBCMTD.lib(mlock.obj) : error LNK2005: __lock already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(mlock.obj) : error LNK2005: __unlock already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(atox.obj) : error LNK2005: _atoi already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in 
msvcrtd.lib(cinitexe.obj)
1>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in 
msvcrtd.lib(cinitexe.obj)
1>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in 
msvcrtd.lib(cinitexe.obj)
1>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in 
msvcrtd.lib(cinitexe.obj)
1>LIBCMTD.lib(hooks.obj) : error LNK2005: "void __cdecl terminate(void)" 
(?terminate@@YAXXZ) already defined in msvcrtd.lib(MSVCR80D.dll)
1>LIBCMTD.lib(errmode.obj) : error LNK2005: ___set_app_type already defined in 
msvcrtd.lib(MSVCR80D.dll)
1>LINK : warning LNK4098: defaultlib 'msvcrtd.lib' conflicts with use of other 
libs; use /NODEFAULTLIB:library
1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; 
use /NODEFAULTLIB:library
1>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other 
libs; use /NODEFAULTLIB:library
1>gloox-0.8.4.lib(rosteritem.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(nonsaslauth.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(dns.obj) : error LNK2001: unresolved external symbol "public: 
void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(stanza.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(privatexml.obj) : error LNK2019: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ) referenced in function "public: class 
gloox::PrivateXMLHandler * & __thiscall std::map<class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
>,class gloox::PrivateXMLHandler *,struct std::less<class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> >,class std::allocator<struct std::pair<class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > const ,class 
gloox::PrivateXMLHandler *> > >::operator[](class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > const &)" 
(??A?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPrivateXMLHandler@gloox@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPrivateXMLHandler@gloox@@@std@@@2@@std@@QAEAAPAVPrivateXMLHandler@gloox@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z)
1>gloox-0.8.4.lib(parser.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(tag.obj) : error LNK2001: unresolved external symbol "public: 
void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(base64.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(rostermanager.obj) : error LNK2001: unresolved external 
symbol "public: void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(messagesession.obj) : error LNK2001: unresolved external 
symbol "public: void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(prep.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(logsink.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(connection.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(jid.obj) : error LNK2001: unresolved external symbol "public: 
void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(clientbase.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(disco.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(client.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xran(void)const " 
(?_Xran@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(rosteritem.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(nonsaslauth.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(dns.obj) : error LNK2001: unresolved external symbol "public: 
void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(stanza.obj) : error LNK2019: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ) referenced in function "protected: void 
__thiscall gloox::Stanza::init(void)" (?init@Stanza@gloox@@IAEXXZ)
1>gloox-0.8.4.lib(privatexml.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(parser.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(tag.obj) : error LNK2001: unresolved external symbol "public: 
void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(base64.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(rostermanager.obj) : error LNK2001: unresolved external 
symbol "public: void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(messagesession.obj) : error LNK2001: unresolved external 
symbol "public: void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(prep.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(logsink.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(connection.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(jid.obj) : error LNK2001: unresolved external symbol "public: 
void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(clientbase.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(disco.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(client.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::_String_base::_Xlen(void)const " 
(?_Xlen@_String_base@std@@QBEXXZ)
1>gloox-0.8.4.lib(dns.obj) : error LNK2001: unresolved external symbol "public: 
void __thiscall std::ios_base::_Addstd(void)" (?_Addstd@ios_base@std@@QAEXXZ)
1>gloox-0.8.4.lib(clientbase.obj) : error LNK2019: unresolved external symbol 
"public: void __thiscall std::ios_base::_Addstd(void)" 
(?_Addstd@ios_base@std@@QAEXXZ) referenced in function "protected: void 
__thiscall std::basic_ios<char,struct std::char_traits<char> >::init(class 
std::basic_streambuf<char,struct std::char_traits<char> > *,bool)" 
(?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z)
1>gloox-0.8.4.lib(client.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::ios_base::_Addstd(void)" 
(?_Addstd@ios_base@std@@QAEXXZ)
1>gloox-0.8.4.lib(connection.obj) : error LNK2001: unresolved external symbol 
"public: void __thiscall std::ios_base::_Addstd(void)" 
(?_Addstd@ios_base@std@@QAEXXZ)
1>gloox-0.8.4.lib(tag.obj) : error LNK2001: unresolved external symbol "public: 
void __thiscall std::ios_base::_Addstd(void)" (?_Addstd@ios_base@std@@QAEXXZ)
1>gloox-0.8.4.lib(dns.obj) : error LNK2001: unresolved external symbol "struct 
std::_DebugHeapTag_t const std::_DebugHeapTag" 
(?_DebugHeapTag@std@@3U_DebugHeapTag_t@1@B)
1>gloox-0.8.4.lib(clientbase.obj) : error LNK2001: unresolved external symbol 
"struct std::_DebugHeapTag_t const std::_DebugHeapTag" 
(?_DebugHeapTag@std@@3U_DebugHeapTag_t@1@B)
1>gloox-0.8.4.lib(client.obj) : error LNK2001: unresolved external symbol 
"struct std::_DebugHeapTag_t const std::_DebugHeapTag" 
(?_DebugHeapTag@std@@3U_DebugHeapTag_t@1@B)
1>gloox-0.8.4.lib(connection.obj) : error LNK2001: unresolved external symbol 
"struct std::_DebugHeapTag_t const std::_DebugHeapTag" 
(?_DebugHeapTag@std@@3U_DebugHeapTag_t@1@B)
1>gloox-0.8.4.lib(tag.obj) : error LNK2001: unresolved external symbol "struct 
std::_DebugHeapTag_t const std::_DebugHeapTag" 
(?_DebugHeapTag@std@@3U_DebugHeapTag_t@1@B)
-- 
gloox-dev mailing list
to unsubscribe:
send a message with subject 'unsubscribe gloox-dev' to minimalist@xxxxxxxxxx