mace-opensaml-users - Build problem for xml-tooling
Subject: OpenSAML user discussion
List archive
- From: "Dobroslav Kolev" <>
- To: "'mace-opensaml-users'" <>
- Subject: Build problem for xml-tooling
- Date: Sat, 5 Aug 2006 17:59:54 -0400
Hello, I'm building the pre-req for XML tooling but I'm running into this
problem.... I do have ssleay32.lib and libeay32.lib The latest tarball I could get is 0.9.8b and the VC project requires 0.9.8d.
So I cheated and renamed the two to ssleay32_0_9_8D.lib and libeay32_0_9_8D.lib
respectively. Without those the project complains in compilation. With those, I
get a bunch of linker errors. Can any one help? Thanks, Dobri and ------ Build started: Project: xmltooling, Configuration: Debug Win32
------ Linking... 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 log4cppD.lib(Category.obj) 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 log4cppD.lib(Category.obj) 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)" (??$?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@D@Z)
already defined in log4cppD.lib(Category.obj) msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "class
std::basic_ostream<char,struct std::char_traits<char> > &
__cdecl std::operator<<<struct std::char_traits<char> >(class
std::basic_ostream<char,struct std::char_traits<char> > &,char
const *)"
(??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z)
already defined in XMLToolingConfig.obj Creating library
D:\WHC\jonathanhandler\saml\xmltooling\current\trunk\Debug\xmltooling_1D.lib
and object
D:\WHC\jonathanhandler\saml\xmltooling\current\trunk\Debug\xmltooling_1D.exp log4cppD.lib(Configurator.obj) : warning LNK4217: locally defined
symbol ??0runtime_error@std@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z
(public: __thiscall std::runtime_error::runtime_error(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)) imported in function "public:
__thiscall log4cpp::ConfigureFailure::ConfigureFailure(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)"
(??0ConfigureFailure@log4cpp@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) log4cppD.lib(Configurator.obj) : warning LNK4217: locally defined
symbol ??0runtime_error@std@@QAE@ABV01@@Z (public: __thiscall
std::runtime_error::runtime_error(class std::runtime_error const &))
imported in function "public: __thiscall log4cpp::ConfigureFailure::ConfigureFailure(class
log4cpp::ConfigureFailure const &)"
(??0ConfigureFailure@log4cpp@@QAE@ABV01@@Z) log4cppD.lib(Configurator.obj) : warning LNK4217: locally defined
symbol ??4runtime_error@std@@QAEAAV01@ABV01@@Z (public: class std::runtime_error
& __thiscall std::runtime_error::operator=(class std::runtime_error const
&)) imported in function "public: class log4cpp::ConfigureFailure
& __thiscall log4cpp::ConfigureFailure::operator=(class
log4cpp::ConfigureFailure const &)" (??4ConfigureFailure@log4cpp@@QAEAAV01@ABV01@@Z) log4cppD.lib(Configurator.obj) : warning LNK4217: locally defined
symbol ??1runtime_error@std@@UAE@XZ (public: virtual __thiscall
std::runtime_error::~runtime_error(void)) imported in function "public:
virtual __thiscall log4cpp::ConfigureFailure::~ConfigureFailure(void)"
(??1ConfigureFailure@log4cpp@@UAE@XZ) Decrypter.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) Encrypter.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) referenced in function
"public: __thiscall xmltooling::auto_ptr_char::auto_ptr_char(wchar_t const
*,bool)" (??0auto_ptr_char@xmltooling@@QAE@PB_W_N@Z) EncryptionImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) EncryptionSchemaValidators.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) KeyInfoImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl xercesc_2_7::XMLString::transcode(wchar_t
const * const)" (__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) KeyInfoSchemaValidators.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) SignatureValidator.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) UnknownElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) ValidatorSuite.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) CredentialResolver.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) FilesystemCredentialResolver.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) XMLHelper.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl xercesc_2_7::XMLString::transcode(wchar_t
const * const)" (__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) AbstractXMLObjectMarshaller.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) AbstractXMLObjectUnmarshaller.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) AnyElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)" (__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) NDC.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) Win32Threads.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) XMLConstants.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) unicode.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) XMLObjectBuilder.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl xercesc_2_7::XMLString::transcode(wchar_t
const * const)" (__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) XMLToolingConfig.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) DateTime.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)" (__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) AbstractXMLObject.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) exceptions.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) Namespace.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) QName.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) AbstractAttributeExtensibleXMLObject.obj : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) AbstractChildlessElement.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) AbstractComplexElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) AbstractDOMCachingXMLObject.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static char * __cdecl
xercesc_2_7::XMLString::transcode(wchar_t const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPADQB_W@Z) Decrypter.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) Encrypter.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) referenced in function
"public: __thiscall xmltooling::auto_ptr_XMLCh::auto_ptr_XMLCh(char const
*,bool)" (??0auto_ptr_XMLCh@xmltooling@@QAE@PBD_N@Z) EncryptionImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) EncryptionSchemaValidators.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static void __cdecl xercesc_2_7::XMLString::trim(wchar_t
* const)" (__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) KeyInfoImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) KeyInfoSchemaValidators.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) SignatureValidator.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl xercesc_2_7::XMLString::trim(wchar_t
* const)" (__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) UnknownElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)" (__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) ValidatorSuite.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) CredentialResolver.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) FilesystemCredentialResolver.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) XMLHelper.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) AbstractXMLObjectMarshaller.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) AbstractXMLObjectUnmarshaller.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)" (__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) AnyElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) NDC.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) Win32Threads.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl xercesc_2_7::XMLString::trim(wchar_t
* const)" (__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) XMLConstants.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)" (__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) unicode.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) XMLObjectBuilder.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) XMLToolingConfig.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) DateTime.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl xercesc_2_7::XMLString::trim(wchar_t
* const)" (__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) AbstractXMLObject.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)" (__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) exceptions.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) Namespace.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) QName.obj : error LNK2001: unresolved external symbol "__declspec(dllimport)
public: static void __cdecl xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) AbstractAttributeExtensibleXMLObject.obj : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) AbstractChildlessElement.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) AbstractComplexElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)" (__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) AbstractDOMCachingXMLObject.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::trim(wchar_t * const)"
(__imp_?trim@XMLString@xercesc_2_7@@SAXQA_W@Z) Decrypter.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) Encrypter.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) referenced in function
"public: __thiscall xmltooling::auto_ptr_XMLCh::auto_ptr_XMLCh(char const
*,bool)" (??0auto_ptr_XMLCh@xmltooling@@QAE@PBD_N@Z) EncryptionImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) EncryptionSchemaValidators.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) KeyInfoImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)" (__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) KeyInfoSchemaValidators.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) SignatureValidator.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) UnknownElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) ValidatorSuite.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) CredentialResolver.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) FilesystemCredentialResolver.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) XMLHelper.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl xercesc_2_7::XMLString::transcode(char
const * const)" (__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) AbstractXMLObjectMarshaller.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) AbstractXMLObjectUnmarshaller.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) AnyElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)" (__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) NDC.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) Win32Threads.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) XMLConstants.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) unicode.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) XMLObjectBuilder.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl xercesc_2_7::XMLString::transcode(char
const * const)" (__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) XMLToolingConfig.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) DateTime.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)" (__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) AbstractXMLObject.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) exceptions.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) Namespace.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) QName.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) AbstractAttributeExtensibleXMLObject.obj : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) AbstractChildlessElement.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) AbstractComplexElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) AbstractDOMCachingXMLObject.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::transcode(char const * const)"
(__imp_?transcode@XMLString@xercesc_2_7@@SAPA_WQBD@Z) Decrypter.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) Encrypter.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static wchar_t * __cdecl xercesc_2_7::XMLString::replicate(wchar_t
const * const)" (__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z)
referenced in function "public: __thiscall
xmltooling::auto_ptr_XMLCh::auto_ptr_XMLCh(wchar_t const *,bool)"
(??0auto_ptr_XMLCh@xmltooling@@QAE@PB_W_N@Z) EncryptionImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) EncryptionSchemaValidators.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) KeyInfoImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) KeyInfoSchemaValidators.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) SignatureValidator.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) UnknownElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) ValidatorSuite.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) CredentialResolver.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) FilesystemCredentialResolver.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) XMLHelper.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) AbstractXMLObjectMarshaller.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) AbstractXMLObjectUnmarshaller.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) AnyElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)" (__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) NDC.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) Win32Threads.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) XMLConstants.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) unicode.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) XMLObjectBuilder.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) XMLToolingConfig.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl xercesc_2_7::XMLString::replicate(wchar_t
const * const)" (__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) DateTime.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) AbstractXMLObject.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) exceptions.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) Namespace.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) QName.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) AbstractAttributeExtensibleXMLObject.obj : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) AbstractChildlessElement.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) AbstractComplexElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) AbstractDOMCachingXMLObject.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static wchar_t * __cdecl
xercesc_2_7::XMLString::replicate(wchar_t const * const)"
(__imp_?replicate@XMLString@xercesc_2_7@@SAPA_WQB_W@Z) Decrypter.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) Encrypter.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) referenced in function
"public: __thiscall
xmltooling::auto_ptr_XMLCh::~auto_ptr_XMLCh(void)"
(??1auto_ptr_XMLCh@xmltooling@@QAE@XZ) EncryptionImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) EncryptionSchemaValidators.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) KeyInfoImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) KeyInfoSchemaValidators.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl xercesc_2_7::XMLString::release(wchar_t
* *)" (__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) SignatureValidator.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)" (__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) UnknownElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) ValidatorSuite.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) CredentialResolver.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) FilesystemCredentialResolver.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) XMLHelper.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) AbstractXMLObjectMarshaller.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)" (__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) AbstractXMLObjectUnmarshaller.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) AnyElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) NDC.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) Win32Threads.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) XMLConstants.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) unicode.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) XMLObjectBuilder.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) XMLToolingConfig.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) DateTime.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl xercesc_2_7::XMLString::release(wchar_t
* *)" (__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) AbstractXMLObject.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) exceptions.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) Namespace.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) QName.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) AbstractAttributeExtensibleXMLObject.obj : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)" (__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) AbstractChildlessElement.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) AbstractComplexElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) AbstractDOMCachingXMLObject.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::release(wchar_t * *)"
(__imp_?release@XMLString@xercesc_2_7@@SAXPAPA_W@Z) Decrypter.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) Encrypter.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall xercesc_2_7::InputSource::getEncoding(void)const
" (?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) EncryptionImpl.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const " (?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) EncryptionSchemaValidators.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) KeyInfoImpl.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) KeyInfoSchemaValidators.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) SignatureValidator.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall xercesc_2_7::InputSource::getEncoding(void)const
" (?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) UnknownElement.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const " (?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) ValidatorSuite.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) CredentialResolver.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) FilesystemCredentialResolver.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) XMLHelper.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractXMLObjectMarshaller.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall xercesc_2_7::InputSource::getEncoding(void)const
" (?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractXMLObjectUnmarshaller.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const " (?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) AnyElement.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) NDC.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) ParserPool.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) Win32Threads.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall xercesc_2_7::InputSource::getEncoding(void)const
" (?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) XMLConstants.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const " (?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) unicode.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) XMLObjectBuilder.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) XMLToolingConfig.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) DateTime.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractXMLObject.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) exceptions.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) Namespace.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) QName.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractAttributeExtensibleXMLObject.obj : error LNK2001: unresolved
external symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractChildlessElement.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall xercesc_2_7::InputSource::getEncoding(void)const
" (?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractComplexElement.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractDOMCachingXMLObject.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getEncoding(void)const "
(?getEncoding@InputSource@xercesc_2_7@@UBEPB_WXZ) Decrypter.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) Encrypter.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) EncryptionImpl.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) EncryptionSchemaValidators.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall xercesc_2_7::InputSource::getPublicId(void)const
" (?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) KeyInfoImpl.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const " (?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) KeyInfoSchemaValidators.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) SignatureValidator.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) UnknownElement.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) ValidatorSuite.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) CredentialResolver.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) FilesystemCredentialResolver.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) XMLHelper.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractXMLObjectMarshaller.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractXMLObjectUnmarshaller.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) AnyElement.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall xercesc_2_7::InputSource::getPublicId(void)const
" (?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) NDC.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) ParserPool.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) Win32Threads.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) XMLConstants.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) unicode.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall xercesc_2_7::InputSource::getPublicId(void)const
" (?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) XMLObjectBuilder.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) XMLToolingConfig.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) DateTime.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractXMLObject.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) exceptions.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) Namespace.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall xercesc_2_7::InputSource::getPublicId(void)const
" (?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) QName.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractAttributeExtensibleXMLObject.obj : error LNK2001: unresolved
external symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractChildlessElement.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractComplexElement.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractDOMCachingXMLObject.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getPublicId(void)const "
(?getPublicId@InputSource@xercesc_2_7@@UBEPB_WXZ) Decrypter.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall xercesc_2_7::InputSource::getSystemId(void)const
" (?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) Encrypter.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) EncryptionImpl.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) EncryptionSchemaValidators.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) KeyInfoImpl.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) KeyInfoSchemaValidators.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall xercesc_2_7::InputSource::getSystemId(void)const
" (?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) SignatureValidator.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) UnknownElement.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) ValidatorSuite.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) CredentialResolver.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) FilesystemCredentialResolver.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall xercesc_2_7::InputSource::getSystemId(void)const
" (?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) XMLHelper.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const " (?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractXMLObjectMarshaller.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractXMLObjectUnmarshaller.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) AnyElement.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) NDC.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) ParserPool.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall xercesc_2_7::InputSource::getSystemId(void)const
" (?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) Win32Threads.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const " (?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) XMLConstants.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) unicode.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) XMLObjectBuilder.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) XMLToolingConfig.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) DateTime.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const " (?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractXMLObject.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) exceptions.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) Namespace.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) QName.obj : error LNK2001: unresolved external symbol "public:
virtual wchar_t const * __thiscall xercesc_2_7::InputSource::getSystemId(void)const
" (?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractAttributeExtensibleXMLObject.obj : error LNK2001: unresolved
external symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractChildlessElement.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const " (?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractComplexElement.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) AbstractDOMCachingXMLObject.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
xercesc_2_7::InputSource::getSystemId(void)const "
(?getSystemId@InputSource@xercesc_2_7@@UBEPB_WXZ) Decrypter.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setEncoding(wchar_t const *
const)" (?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) Encrypter.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setEncoding(wchar_t const *
const)" (?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) EncryptionImpl.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) EncryptionSchemaValidators.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) KeyInfoImpl.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) KeyInfoSchemaValidators.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) SignatureValidator.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall xercesc_2_7::InputSource::setEncoding(wchar_t
const * const)" (?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) UnknownElement.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) ValidatorSuite.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) CredentialResolver.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) FilesystemCredentialResolver.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) XMLHelper.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setEncoding(wchar_t const *
const)" (?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractXMLObjectMarshaller.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractXMLObjectUnmarshaller.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) AnyElement.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall xercesc_2_7::InputSource::setEncoding(wchar_t
const * const)" (?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) NDC.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setEncoding(wchar_t const *
const)" (?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) Win32Threads.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) XMLConstants.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) unicode.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setEncoding(wchar_t const *
const)" (?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) XMLObjectBuilder.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) XMLToolingConfig.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) DateTime.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setEncoding(wchar_t const *
const)" (?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractXMLObject.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) exceptions.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall xercesc_2_7::InputSource::setEncoding(wchar_t
const * const)" (?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) Namespace.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setEncoding(wchar_t const *
const)" (?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) QName.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setEncoding(wchar_t const *
const)" (?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractAttributeExtensibleXMLObject.obj : error LNK2001: unresolved
external symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractChildlessElement.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractComplexElement.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractDOMCachingXMLObject.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall xercesc_2_7::InputSource::setEncoding(wchar_t
const * const)" (?setEncoding@InputSource@xercesc_2_7@@UAEXQB_W@Z) Decrypter.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setPublicId(wchar_t const *
const)" (?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) Encrypter.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setPublicId(wchar_t const *
const)" (?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) EncryptionImpl.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) EncryptionSchemaValidators.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) KeyInfoImpl.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) KeyInfoSchemaValidators.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall xercesc_2_7::InputSource::setPublicId(wchar_t
const * const)" (?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) SignatureValidator.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) UnknownElement.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) ValidatorSuite.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) CredentialResolver.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) FilesystemCredentialResolver.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) XMLHelper.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setPublicId(wchar_t const *
const)" (?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractXMLObjectMarshaller.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)" (?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractXMLObjectUnmarshaller.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AnyElement.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) NDC.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setPublicId(wchar_t const *
const)" (?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall xercesc_2_7::InputSource::setPublicId(wchar_t
const * const)" (?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) Win32Threads.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) XMLConstants.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) unicode.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setPublicId(wchar_t const *
const)" (?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) XMLObjectBuilder.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) XMLToolingConfig.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) DateTime.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setPublicId(wchar_t const *
const)" (?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractXMLObject.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) exceptions.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) Namespace.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setPublicId(wchar_t const *
const)" (?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) QName.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setPublicId(wchar_t const *
const)" (?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractAttributeExtensibleXMLObject.obj : error LNK2001: unresolved
external symbol "public: virtual void __thiscall xercesc_2_7::InputSource::setPublicId(wchar_t
const * const)" (?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractChildlessElement.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractComplexElement.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractDOMCachingXMLObject.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@InputSource@xercesc_2_7@@UAEXQB_W@Z) Decrypter.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setSystemId(wchar_t const *
const)" (?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) Encrypter.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setSystemId(wchar_t const *
const)" (?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) EncryptionImpl.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall xercesc_2_7::InputSource::setSystemId(wchar_t
const * const)" (?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) EncryptionSchemaValidators.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) KeyInfoImpl.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) KeyInfoSchemaValidators.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) SignatureValidator.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) UnknownElement.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) ValidatorSuite.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall xercesc_2_7::InputSource::setSystemId(wchar_t
const * const)" (?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) CredentialResolver.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) FilesystemCredentialResolver.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) XMLHelper.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setSystemId(wchar_t const *
const)" (?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractXMLObjectMarshaller.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractXMLObjectUnmarshaller.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AnyElement.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall xercesc_2_7::InputSource::setSystemId(wchar_t
const * const)" (?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) NDC.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setSystemId(wchar_t const *
const)" (?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) Win32Threads.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) XMLConstants.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) unicode.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setSystemId(wchar_t const *
const)" (?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) XMLObjectBuilder.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) XMLToolingConfig.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) DateTime.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setSystemId(wchar_t const *
const)" (?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractXMLObject.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) exceptions.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall xercesc_2_7::InputSource::setSystemId(wchar_t
const * const)" (?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) Namespace.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setSystemId(wchar_t const *
const)" (?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) QName.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_7::InputSource::setSystemId(wchar_t const *
const)" (?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractAttributeExtensibleXMLObject.obj : error LNK2001: unresolved
external symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractChildlessElement.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractComplexElement.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) AbstractDOMCachingXMLObject.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
xercesc_2_7::InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@InputSource@xercesc_2_7@@UAEXQB_W@Z) KeyInfoImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static unsigned int __cdecl
xercesc_2_7::XMLString::stringLen(wchar_t const * const)"
(__imp_?stringLen@XMLString@xercesc_2_7@@SAIQB_W@Z) XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static unsigned int __cdecl
xercesc_2_7::XMLString::stringLen(wchar_t const * const)"
(__imp_?stringLen@XMLString@xercesc_2_7@@SAIQB_W@Z) EncryptionImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static unsigned int __cdecl
xercesc_2_7::XMLString::stringLen(wchar_t const * const)" (__imp_?stringLen@XMLString@xercesc_2_7@@SAIQB_W@Z) AbstractXMLObjectMarshaller.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static unsigned int __cdecl
xercesc_2_7::XMLString::stringLen(wchar_t const * const)"
(__imp_?stringLen@XMLString@xercesc_2_7@@SAIQB_W@Z) AbstractXMLObjectUnmarshaller.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static unsigned int __cdecl
xercesc_2_7::XMLString::stringLen(wchar_t const * const)"
(__imp_?stringLen@XMLString@xercesc_2_7@@SAIQB_W@Z) AnyElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static unsigned int __cdecl
xercesc_2_7::XMLString::stringLen(wchar_t const * const)"
(__imp_?stringLen@XMLString@xercesc_2_7@@SAIQB_W@Z) UnknownElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static unsigned int __cdecl
xercesc_2_7::XMLString::stringLen(wchar_t const * const)"
(__imp_?stringLen@XMLString@xercesc_2_7@@SAIQB_W@Z) AbstractXMLObject.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static unsigned int __cdecl
xercesc_2_7::XMLString::stringLen(wchar_t const * const)"
(__imp_?stringLen@XMLString@xercesc_2_7@@SAIQB_W@Z) unicode.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static unsigned int __cdecl
xercesc_2_7::XMLString::stringLen(wchar_t const * const)"
(__imp_?stringLen@XMLString@xercesc_2_7@@SAIQB_W@Z) XMLToolingConfig.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static unsigned int __cdecl xercesc_2_7::XMLString::stringLen(wchar_t
const * const)" (__imp_?stringLen@XMLString@xercesc_2_7@@SAIQB_W@Z) DateTime.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static unsigned int __cdecl
xercesc_2_7::XMLString::stringLen(wchar_t const * const)"
(__imp_?stringLen@XMLString@xercesc_2_7@@SAIQB_W@Z) referenced in function
"public: __thiscall xmltooling::DateTime::DateTime(__int64)"
(??0DateTime@xmltooling@@QAE@_J@Z) AbstractAttributeExtensibleXMLObject.obj : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: static unsigned int __cdecl
xercesc_2_7::XMLString::stringLen(wchar_t const * const)"
(__imp_?stringLen@XMLString@xercesc_2_7@@SAIQB_W@Z) AbstractChildlessElement.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static unsigned int __cdecl
xercesc_2_7::XMLString::stringLen(wchar_t const * const)"
(__imp_?stringLen@XMLString@xercesc_2_7@@SAIQB_W@Z) AbstractComplexElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static unsigned int __cdecl
xercesc_2_7::XMLString::stringLen(wchar_t const * const)"
(__imp_?stringLen@XMLString@xercesc_2_7@@SAIQB_W@Z) AbstractDOMCachingXMLObject.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static unsigned int __cdecl
xercesc_2_7::XMLString::stringLen(wchar_t const * const)"
(__imp_?stringLen@XMLString@xercesc_2_7@@SAIQB_W@Z) EncryptionSchemaValidators.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) Decrypter.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl xercesc_2_7::XMLString::equals(wchar_t
const * const,wchar_t const * const)"
(__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) Encrypter.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl xercesc_2_7::XMLString::equals(wchar_t
const * const,wchar_t const * const)"
(__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) EncryptionImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) FilesystemCredentialResolver.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) referenced in
function "public: class XSECCryptoKey * __thiscall
xmlsignature::FilesystemCredentialResolver::loadKey(void)"
(?loadKey@FilesystemCredentialResolver@xmlsignature@@QAEPAVXSECCryptoKey@@XZ) KeyInfoImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) KeyInfoSchemaValidators.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) SignatureValidator.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) AbstractXMLObjectUnmarshaller.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) AnyElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) UnknownElement.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) ValidatorSuite.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) XMLToolingConfig.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) XMLHelper.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) AbstractXMLObjectMarshaller.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) AbstractDOMCachingXMLObject.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) AbstractXMLObject.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) exceptions.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) XMLObjectBuilder.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::equals(wchar_t const * const,wchar_t const *
const)" (__imp_?equals@XMLString@xercesc_2_7@@SA_NQB_W0@Z) XMLSecSignatureImpl.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static class xercesc_2_7::DOMImplementation
* __cdecl xercesc_2_7::DOMImplementationRegistry::getDOMImplementation(wchar_t
const *)" (__imp_?getDOMImplementation@DOMImplementationRegistry@xercesc_2_7@@SAPAVDOMImplementation@2@PB_W@Z)
referenced in function "public: virtual __thiscall
xmltooling::AbstractXMLObjectMarshaller::~AbstractXMLObjectMarshaller(void)"
(??1AbstractXMLObjectMarshaller@xmltooling@@UAE@XZ) AbstractDOMCachingXMLObject.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static class
xercesc_2_7::DOMImplementation * __cdecl
xercesc_2_7::DOMImplementationRegistry::getDOMImplementation(wchar_t const
*)" (__imp_?getDOMImplementation@DOMImplementationRegistry@xercesc_2_7@@SAPAVDOMImplementation@2@PB_W@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static class xercesc_2_7::DOMImplementation
* __cdecl xercesc_2_7::DOMImplementationRegistry::getDOMImplementation(wchar_t
const *)"
(__imp_?getDOMImplementation@DOMImplementationRegistry@xercesc_2_7@@SAPAVDOMImplementation@2@PB_W@Z) XMLHelper.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static class xercesc_2_7::DOMImplementation
* __cdecl xercesc_2_7::DOMImplementationRegistry::getDOMImplementation(wchar_t
const *)"
(__imp_?getDOMImplementation@DOMImplementationRegistry@xercesc_2_7@@SAPAVDOMImplementation@2@PB_W@Z) AbstractXMLObjectMarshaller.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static class
xercesc_2_7::DOMImplementation * __cdecl
xercesc_2_7::DOMImplementationRegistry::getDOMImplementation(wchar_t const
*)"
(__imp_?getDOMImplementation@DOMImplementationRegistry@xercesc_2_7@@SAPAVDOMImplementation@2@PB_W@Z) Namespace.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static int __cdecl
xercesc_2_7::XMLString::compareString(wchar_t const * const,wchar_t const *
const)" (__imp_?compareString@XMLString@xercesc_2_7@@SAHQB_W0@Z)
referenced in function "bool __cdecl xmltooling::operator<(class
xmltooling::Namespace const &,class xmltooling::Namespace const
&)" (??Mxmltooling@@YA_NABVNamespace@0@0@Z) QName.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static int __cdecl
xercesc_2_7::XMLString::compareString(wchar_t const * const,wchar_t const *
const)" (__imp_?compareString@XMLString@xercesc_2_7@@SAHQB_W0@Z) FilesystemCredentialResolver.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static int __cdecl
xercesc_2_7::XMLString::compareString(wchar_t const * const,wchar_t const *
const)" (__imp_?compareString@XMLString@xercesc_2_7@@SAHQB_W0@Z) unicode.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: virtual unsigned int __thiscall
xercesc_2_7::XMLUTF8Transcoder::transcodeTo(wchar_t const * const,unsigned
int,unsigned char * const,unsigned int,unsigned int &,enum
xercesc_2_7::XMLTranscoder::UnRepOpts)" (__imp_?transcodeTo@XMLUTF8Transcoder@xercesc_2_7@@UAEIQB_WIQAEIAAIW4UnRepOpts@XMLTranscoder@2@@Z)
referenced in function "char * __cdecl xmltooling::toUTF8(wchar_t const
*)" (?toUTF8@xmltooling@@YAPADPB_W@Z) unicode.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall
xercesc_2_7::XMLUTF8Transcoder::XMLUTF8Transcoder(wchar_t const *
const,unsigned int,class xercesc_2_7::MemoryManager * const)"
(__imp_??0XMLUTF8Transcoder@xercesc_2_7@@QAE@QB_WIQAVMemoryManager@1@@Z)
referenced in function "char * __cdecl xmltooling::toUTF8(wchar_t const
*)" (?toUTF8@xmltooling@@YAPADPB_W@Z) unicode.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: virtual unsigned int __thiscall
xercesc_2_7::XMLUTF8Transcoder::transcodeFrom(unsigned char const * const,unsigned
int,wchar_t * const,unsigned int,unsigned int &,unsigned char *
const)"
(__imp_?transcodeFrom@XMLUTF8Transcoder@xercesc_2_7@@UAEIQBEIQA_WIAAIQAE@Z)
referenced in function "wchar_t * __cdecl xmltooling::fromUTF8(char const
*)" (?fromUTF8@xmltooling@@YAPA_WPBD@Z) EncryptionSchemaValidators.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: static int __cdecl
xercesc_2_7::XMLString::parseInt(wchar_t const * const,class
xercesc_2_7::MemoryManager * const)" (__imp_?parseInt@XMLString@xercesc_2_7@@SAHQB_WQAVMemoryManager@2@@Z) XMLToolingConfig.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static int __cdecl
xercesc_2_7::XMLString::parseInt(wchar_t const * const,class
xercesc_2_7::MemoryManager * const)"
(__imp_?parseInt@XMLString@xercesc_2_7@@SAHQB_WQAVMemoryManager@2@@Z)
referenced in function "public: struct std::pair<bool,int>
__thiscall xmlencryption::KeySize::getSize(void)const "
(?getSize@KeySize@xmlencryption@@QBE?AU?$pair@_NH@std@@XZ) Decrypter.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static int __cdecl
xercesc_2_7::XMLString::parseInt(wchar_t const * const,class
xercesc_2_7::MemoryManager * const)"
(__imp_?parseInt@XMLString@xercesc_2_7@@SAHQB_WQAVMemoryManager@2@@Z) Encrypter.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static int __cdecl
xercesc_2_7::XMLString::parseInt(wchar_t const * const,class
xercesc_2_7::MemoryManager * const)" (__imp_?parseInt@XMLString@xercesc_2_7@@SAHQB_WQAVMemoryManager@2@@Z) EncryptionImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static int __cdecl
xercesc_2_7::XMLString::parseInt(wchar_t const * const,class
xercesc_2_7::MemoryManager * const)" (__imp_?parseInt@XMLString@xercesc_2_7@@SAHQB_WQAVMemoryManager@2@@Z) DateTime.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall
xercesc_2_7::SchemaDateTimeException::SchemaDateTimeException(char const *
const,unsigned int,enum xercesc_2_7::XMLExcepts::Codes,wchar_t const *
const,wchar_t const * const,wchar_t const * const,wchar_t const * const,class
xercesc_2_7::MemoryManager *)"
(__imp_??0SchemaDateTimeException@xercesc_2_7@@QAE@QBDIW4Codes@XMLExcepts@1@QB_W222PAVMemoryManager@1@@Z)
referenced in function "public: void __thiscall
xmltooling::DateTime::parseDateTime(void)"
(?parseDateTime@DateTime@xmltooling@@QAEXXZ) DateTime.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static int __cdecl xercesc_2_7::XMLString::indexOf(wchar_t
const * const,wchar_t)"
(__imp_?indexOf@XMLString@xercesc_2_7@@SAHQB_W_W@Z) referenced in function
"private: int __thiscall xmltooling::DateTime::findUTCSign(int)"
(?findUTCSign@DateTime@xmltooling@@AAEHH@Z) XMLHelper.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static int __cdecl
xercesc_2_7::XMLString::indexOf(wchar_t const * const,wchar_t)"
(__imp_?indexOf@XMLString@xercesc_2_7@@SAHQB_W_W@Z) DateTime.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::copyNString(wchar_t * const,wchar_t const *
const,unsigned int)"
(__imp_?copyNString@XMLString@xercesc_2_7@@SA_NQA_WQB_WI@Z) referenced in
function "private: double __thiscall
xmltooling::DateTime::parseMiliSecond(int,int)const "
(?parseMiliSecond@DateTime@xmltooling@@ABENHH@Z) DateTime.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::moveChars(wchar_t * const,wchar_t const *
const,unsigned int)"
(__imp_?moveChars@XMLString@xercesc_2_7@@SAXQA_WQB_WI@Z) referenced in function
"public: wchar_t * __thiscall
xmltooling::DateTime::getDateTimeCanonicalRepresentation(void)const "
(?getDateTimeCanonicalRepresentation@DateTime@xmltooling@@QBEPA_WXZ) DateTime.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::binToText(int,wchar_t * const,unsigned int,unsigned
int,class xercesc_2_7::MemoryManager * const)"
(__imp_?binToText@XMLString@xercesc_2_7@@SAXHQA_WIIQAVMemoryManager@2@@Z)
referenced in function "private: void __thiscall
xmltooling::DateTime::fillString(wchar_t * &,enum
xmltooling::DateTime::valueIndex,int)const " (?fillString@DateTime@xmltooling@@ABEXAAPA_WW4valueIndex@12@H@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t const * const
xercesc_2_7::XMLUni::fgXercesUserAdoptsDOMDocument"
(__imp_?fgXercesUserAdoptsDOMDocument@XMLUni@xercesc_2_7@@2QB_WB) ParserPool.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall
xercesc_2_7::LocalFileInputSource::LocalFileInputSource(wchar_t const *
const,wchar_t const * const,class xercesc_2_7::MemoryManager * const)"
(__imp_??0LocalFileInputSource@xercesc_2_7@@QAE@QB_W0QAVMemoryManager@1@@Z)
referenced in function "public: bool __thiscall
xmltooling::ParserPool::loadCatalog(wchar_t const *)"
(?loadCatalog@ParserPool@xmltooling@@QAE_NPB_W@Z) ParserPool.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall
xercesc_2_7::MemBufInputSource::MemBufInputSource(unsigned char const *
const,unsigned int,wchar_t const * const,bool,class xercesc_2_7::MemoryManager
* const)" (__imp_??0MemBufInputSource@xercesc_2_7@@QAE@QBEIQB_W_NQAVMemoryManager@1@@Z)
referenced in function "public: virtual class xercesc_2_7::DOMInputSource
* __thiscall xmltooling::ParserPool::resolveEntity(wchar_t const *
const,wchar_t const * const,wchar_t const * const)"
(?resolveEntity@ParserPool@xmltooling@@UAEPAVDOMInputSource@xercesc_2_7@@QB_W00@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::Wrapper4InputSource::getEncoding(void)const "
(?getEncoding@Wrapper4InputSource@xercesc_2_7@@UBEPB_WXZ) ParserPool.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::Wrapper4InputSource::getPublicId(void)const "
(?getPublicId@Wrapper4InputSource@xercesc_2_7@@UBEPB_WXZ) ParserPool.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall
xercesc_2_7::Wrapper4InputSource::getSystemId(void)const "
(?getSystemId@Wrapper4InputSource@xercesc_2_7@@UBEPB_WXZ) ParserPool.obj : error LNK2001: unresolved external symbol
"public: virtual wchar_t const * __thiscall xercesc_2_7::Wrapper4InputSource::getBaseURI(void)const
" (?getBaseURI@Wrapper4InputSource@xercesc_2_7@@UBEPB_WXZ) ParserPool.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::Wrapper4InputSource::setEncoding(wchar_t const * const)"
(?setEncoding@Wrapper4InputSource@xercesc_2_7@@UAEXQB_W@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::Wrapper4InputSource::setPublicId(wchar_t const * const)"
(?setPublicId@Wrapper4InputSource@xercesc_2_7@@UAEXQB_W@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::Wrapper4InputSource::setSystemId(wchar_t const * const)"
(?setSystemId@Wrapper4InputSource@xercesc_2_7@@UAEXQB_W@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"public: virtual void __thiscall
xercesc_2_7::Wrapper4InputSource::setBaseURI(wchar_t const * const)"
(?setBaseURI@Wrapper4InputSource@xercesc_2_7@@UAEXQB_W@Z) ParserPool.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t const * const
xercesc_2_7::XMLUni::fgXercesSchemaExternalSchemaLocation"
(__imp_?fgXercesSchemaExternalSchemaLocation@XMLUni@xercesc_2_7@@2QB_WB) ParserPool.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t const * const
xercesc_2_7::XMLUni::fgXercesValidationErrorAsFatal"
(__imp_?fgXercesValidationErrorAsFatal@XMLUni@xercesc_2_7@@2QB_WB) ParserPool.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t const * const
xercesc_2_7::XMLUni::fgXercesCacheGrammarFromParse"
(__imp_?fgXercesCacheGrammarFromParse@XMLUni@xercesc_2_7@@2QB_WB) ParserPool.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t const * const
xercesc_2_7::XMLUni::fgDOMValidation"
(__imp_?fgDOMValidation@XMLUni@xercesc_2_7@@2QB_WB) ParserPool.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t const * const xercesc_2_7::XMLUni::fgXercesSchema"
(__imp_?fgXercesSchema@XMLUni@xercesc_2_7@@2QB_WB) ParserPool.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t const * const
xercesc_2_7::XMLUni::fgDOMNamespaces" (__imp_?fgDOMNamespaces@XMLUni@xercesc_2_7@@2QB_WB) XMLHelper.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::subString(wchar_t * const,wchar_t const *
const,int,int,class xercesc_2_7::MemoryManager * const)"
(__imp_?subString@XMLString@xercesc_2_7@@SAXQA_WQB_WHHQAVMemoryManager@2@@Z)
referenced in function "public: static class xmltooling::QName * __cdecl
xmltooling::XMLHelper::getXSIType(class xercesc_2_7::DOMElement const *)"
(?getXSIType@XMLHelper@xmltooling@@SAPAVQName@2@PBVDOMElement@xercesc_2_7@@@Z) AbstractXMLObjectMarshaller.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: static void __cdecl
xercesc_2_7::XMLString::catString(wchar_t * const,wchar_t const * const)"
(__imp_?catString@XMLString@xercesc_2_7@@SAXQA_WQB_W@Z) referenced in function
"protected: void __thiscall
xmltooling::AbstractXMLObjectMarshaller::marshallElementType(class
xercesc_2_7::DOMElement *)const " (?marshallElementType@AbstractXMLObjectMarshaller@xmltooling@@IBEXPAVDOMElement@xercesc_2_7@@@Z) AbstractXMLObjectUnmarshaller.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: static bool __cdecl
xercesc_2_7::XMLString::isAllWhiteSpace(wchar_t const * const)" (__imp_?isAllWhiteSpace@XMLString@xercesc_2_7@@SA_NQB_W@Z)
referenced in function "protected: virtual void __thiscall
xmltooling::AbstractXMLObjectUnmarshaller::unmarshallChildElements(class
xercesc_2_7::DOMElement const *)" (?unmarshallChildElements@AbstractXMLObjectUnmarshaller@xmltooling@@MAEXPBVDOMElement@xercesc_2_7@@@Z) FilesystemCredentialResolver.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
OpenSSLCryptoX509::getProviderName(void)" (?getProviderName@OpenSSLCryptoX509@@UAEPB_WXZ) FilesystemCredentialResolver.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
OpenSSLCryptoKeyRSA::getProviderName(void)"
(?getProviderName@OpenSSLCryptoKeyRSA@@UAEPB_WXZ) FilesystemCredentialResolver.obj : error LNK2001: unresolved external
symbol "public: virtual wchar_t const * __thiscall
OpenSSLCryptoKeyDSA::getProviderName(void)"
(?getProviderName@OpenSSLCryptoKeyDSA@@UAEPB_WXZ) SignatureValidator.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: wchar_t const * __thiscall
XSECException::getMsg(void)" (__imp_?getMsg@XSECException@@QAEPB_WXZ)
referenced in function
__catch$?validate@SignatureValidator@xmlsignature@@UBEXPBVSignature@2@@Z$0 XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: wchar_t const * __thiscall
XSECException::getMsg(void)" (__imp_?getMsg@XSECException@@QAEPB_WXZ) Decrypter.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: wchar_t const * __thiscall
XSECException::getMsg(void)" (__imp_?getMsg@XSECException@@QAEPB_WXZ) Encrypter.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: wchar_t const * __thiscall
XSECException::getMsg(void)" (__imp_?getMsg@XSECException@@QAEPB_WXZ) XMLSecSignatureImpl.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: class xercesc_2_7::DOMElement * __thiscall
DSIGSignature::createBlankSignature(class xercesc_2_7::DOMDocument *,wchar_t
const *,wchar_t const *)"
(__imp_?createBlankSignature@DSIGSignature@@QAEPAVDOMElement@xercesc_2_7@@PAVDOMDocument@3@PB_W1@Z)
referenced in function "public: virtual class xercesc_2_7::DOMElement *
__thiscall xmlsignature::XMLSecSignatureImpl::marshall(class xercesc_2_7::DOMDocument
*,class std::vector<class xmlsignature::Signature *,class
std::allocator<class xmlsignature::Signature *> > const *)const "
(?marshall@XMLSecSignatureImpl@xmlsignature@@UBEPAVDOMElement@xercesc_2_7@@PAVDOMDocument@4@PBV?$vector@PAVSignature@xmlsignature@@V?$allocator@PAVSignature@xmlsignature@@@std@@@std@@@Z) XMLSecSignatureImpl.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
DSIGSignature::setDSIGNSPrefix(wchar_t const *)" (__imp_?setDSIGNSPrefix@DSIGSignature@@QAEXPB_W@Z)
referenced in function "public: virtual class xercesc_2_7::DOMElement *
__thiscall xmlsignature::XMLSecSignatureImpl::marshall(class
xercesc_2_7::DOMDocument *,class std::vector<class xmlsignature::Signature *,class
std::allocator<class xmlsignature::Signature *> > const *)const "
(?marshall@XMLSecSignatureImpl@xmlsignature@@UBEPAVDOMElement@xercesc_2_7@@PAVDOMDocument@4@PBV?$vector@PAVSignature@xmlsignature@@V?$allocator@PAVSignature@xmlsignature@@@std@@@std@@@Z) XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t const * const
DSIGConstants::s_unicodeStrURIEXC_C14N_NOC"
(__imp_?s_unicodeStrURIEXC_C14N_NOC@DSIGConstants@@2PB_WB) XMLSecSignatureImpl.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t const * const
DSIGConstants::s_unicodeStrURIRSA_SHA1"
(__imp_?s_unicodeStrURIRSA_SHA1@DSIGConstants@@2PB_WB) Decrypter.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: class XSECAlgorithmHandler * __thiscall
XSECAlgorithmMapper::mapURIToHandler(wchar_t const *)const "
(__imp_?mapURIToHandler@XSECAlgorithmMapper@@QBEPAVXSECAlgorithmHandler@@PB_W@Z)
referenced in function "public: class XSECCryptoKey * __thiscall
xmlencryption::Decrypter::decryptKey(class xmlencryption::EncryptedKey
*,wchar_t const *)"
(?decryptKey@Decrypter@xmlencryption@@QAEPAVXSECCryptoKey@@PAVEncryptedKey@2@PB_W@Z) Encrypter.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: class XSECAlgorithmHandler * __thiscall
XSECAlgorithmMapper::mapURIToHandler(wchar_t const *)const "
(__imp_?mapURIToHandler@XSECAlgorithmMapper@@QBEPAVXSECAlgorithmHandler@@PB_W@Z) Encrypter.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static wchar_t const * const
DSIGConstants::s_unicodeStrURIAES256_CBC"
(__imp_?s_unicodeStrURIAES256_CBC@DSIGConstants@@2PB_WB) log4cppD.lib(NDC.obj) : error LNK2019: unresolved external symbol
"class std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > __cdecl std::operator+(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
&)"
(??Hstd@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@0@Z)
referenced in function "public: __thiscall log4cpp::NDC::DiagnosticContext::DiagnosticContext(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &,struct
log4cpp::NDC::DiagnosticContext const &)"
(??0DiagnosticContext@NDC@log4cpp@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABU012@@Z) log4cppD.lib(NDC.obj) : error LNK2019: unresolved external symbol
"class std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > __cdecl std::operator+(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &,char const *)"
(??Hstd@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@PBD@Z)
referenced in function "public: __thiscall
log4cpp::NDC::DiagnosticContext::DiagnosticContext(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &,struct
log4cpp::NDC::DiagnosticContext const &)"
(??0DiagnosticContext@NDC@log4cpp@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABU012@@Z) log4cppD.lib(PropertyConfiguratorImpl.obj) : error LNK2019: unresolved
external symbol "public: __thiscall
log4cpp::AbortAppender::AbortAppender(class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const
&)" (??0AbortAppender@log4cpp@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
referenced in function "protected: class log4cpp::Appender * __thiscall
log4cpp::PropertyConfiguratorImpl::instantiateAppender(class
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char>
> const &)"
(?instantiateAppender@PropertyConfiguratorImpl@log4cpp@@IAEPAVAppender@2@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) log4cppD.lib(PropertyConfiguratorImpl.obj) : error LNK2001: unresolved
external symbol "protected: virtual void __thiscall
log4cpp::AbortAppender::_append(struct log4cpp::LoggingEvent const &)"
(?_append@AbortAppender@log4cpp@@MAEXABULoggingEvent@2@@Z) log4cppD.lib(PropertyConfiguratorImpl.obj) : error LNK2001: unresolved
external symbol "public: virtual void __thiscall
log4cpp::AbortAppender::setLayout(class log4cpp::Layout *)"
(?setLayout@AbortAppender@log4cpp@@UAEXPAVLayout@2@@Z) log4cppD.lib(PropertyConfiguratorImpl.obj) : error LNK2001: unresolved
external symbol "public: virtual bool __thiscall
log4cpp::AbortAppender::requiresLayout(void)const "
(?requiresLayout@AbortAppender@log4cpp@@UBE_NXZ) log4cppD.lib(PropertyConfiguratorImpl.obj) : error LNK2001: unresolved
external symbol "public: virtual void __thiscall log4cpp::AbortAppender::close(void)"
(?close@AbortAppender@log4cpp@@UAEXXZ) log4cppD.lib(PropertyConfiguratorImpl.obj) : error LNK2001: unresolved
external symbol "public: virtual bool __thiscall
log4cpp::AbortAppender::reopen(void)"
(?reopen@AbortAppender@log4cpp@@UAE_NXZ) log4cppD.lib(PropertyConfiguratorImpl.obj) : error LNK2019: unresolved
external symbol "public: virtual __thiscall
log4cpp::AbortAppender::~AbortAppender(void)"
(??1AbortAppender@log4cpp@@UAE@XZ) referenced in function "public: virtual
void * __thiscall log4cpp::AbortAppender::`scalar deleting destructor'(unsigned
int)" (??_GAbortAppender@log4cpp@@UAEPAXI@Z) log4cppD.lib(Properties.obj) : error LNK2019: unresolved external
symbol "__declspec(dllimport) bool __cdecl std::operator==(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &,char const *)"
(__imp_??8std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z)
referenced in function "public: virtual void __thiscall log4cpp::Properties::load(class
std::basic_istream<char,struct std::char_traits<char> >
&)"
(?load@Properties@log4cpp@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) log4cppD.lib(Properties.obj) : error LNK2019: unresolved external
symbol "__declspec(dllimport) class std::basic_ostream<char,struct
std::char_traits<char> > & __cdecl std::operator<<(class
std::basic_ostream<char,struct std::char_traits<char> > &,char
const *)" (__imp_??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z)
referenced in function "public: virtual void __thiscall
log4cpp::Properties::save(class std::basic_ostream<char,struct
std::char_traits<char> > &)"
(?save@Properties@log4cpp@@UAEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z) log4cppD.lib(Properties.obj) : error LNK2019: unresolved external
symbol "class std::basic_ostream<char,struct
std::char_traits<char> > & __cdecl std::operator<<(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 &)"
(??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@@Z)
referenced in function "public: virtual void __thiscall
log4cpp::Properties::save(class std::basic_ostream<char,struct
std::char_traits<char> > &)"
(?save@Properties@log4cpp@@UAEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z) log4cppD.lib(Properties.obj) : error LNK2019: unresolved external
symbol "__declspec(dllimport) bool __cdecl std::operator<(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 &)"
(__imp_??Mstd@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z)
referenced in function "public: bool __thiscall std::less<class
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 &,class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)const "
(??R?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@QBE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@0@Z) log4cppD.lib(Configurator.obj) : error LNK2001: unresolved external
symbol "protected: virtual void __thiscall
std::runtime_error::_Doraise(void)const "
(?_Doraise@runtime_error@std@@MBEXXZ) log4cppD.lib(RemoteSyslogAppender.obj) : error LNK2019: unresolved
external symbol __imp__WSACleanup@0 referenced in function "public:
virtual __thiscall
log4cpp::RemoteSyslogAppender::~RemoteSyslogAppender(void)"
(??1RemoteSyslogAppender@log4cpp@@UAE@XZ) log4cppD.lib(RemoteSyslogAppender.obj) : error LNK2019: unresolved
external symbol __imp__socket@12 referenced in function "protected:
virtual void __thiscall log4cpp::RemoteSyslogAppender::open(void)"
(?open@RemoteSyslogAppender@log4cpp@@MAEXXZ) log4cppD.lib(RemoteSyslogAppender.obj) : error LNK2019: unresolved external
symbol __imp__gethostbyaddr@12 referenced in function "protected: virtual
void __thiscall log4cpp::RemoteSyslogAppender::open(void)"
(?open@RemoteSyslogAppender@log4cpp@@MAEXXZ) log4cppD.lib(RemoteSyslogAppender.obj) : error LNK2019: unresolved
external symbol __imp__inet_addr@4 referenced in function "protected:
virtual void __thiscall log4cpp::RemoteSyslogAppender::open(void)"
(?open@RemoteSyslogAppender@log4cpp@@MAEXXZ) log4cppD.lib(RemoteSyslogAppender.obj) : error LNK2019: unresolved
external symbol __imp__WSAStartup@8 referenced in function "protected:
virtual void __thiscall log4cpp::RemoteSyslogAppender::open(void)"
(?open@RemoteSyslogAppender@log4cpp@@MAEXXZ) log4cppD.lib(RemoteSyslogAppender.obj) : error LNK2019: unresolved
external symbol __imp__WSAGetLastError@0 referenced in function
"protected: virtual void __thiscall
log4cpp::RemoteSyslogAppender::open(void)"
(?open@RemoteSyslogAppender@log4cpp@@MAEXXZ) log4cppD.lib(RemoteSyslogAppender.obj) : error LNK2019: unresolved
external symbol __imp__gethostbyname@4 referenced in function "protected:
virtual void __thiscall log4cpp::RemoteSyslogAppender::open(void)"
(?open@RemoteSyslogAppender@log4cpp@@MAEXXZ) log4cppD.lib(RemoteSyslogAppender.obj) : error LNK2019: unresolved
external symbol __imp__closesocket@4 referenced in function "public:
virtual void __thiscall log4cpp::RemoteSyslogAppender::close(void)"
(?close@RemoteSyslogAppender@log4cpp@@UAEXXZ) log4cppD.lib(RemoteSyslogAppender.obj) : error LNK2019: unresolved
external symbol __imp__sendto@24 referenced in function "protected:
virtual void __thiscall log4cpp::RemoteSyslogAppender::_append(struct
log4cpp::LoggingEvent const &)"
(?_append@RemoteSyslogAppender@log4cpp@@MAEXABULoggingEvent@2@@Z) log4cppD.lib(RemoteSyslogAppender.obj) : error LNK2019: unresolved
external symbol __imp__htons@4 referenced in function "protected: virtual
void __thiscall log4cpp::RemoteSyslogAppender::_append(struct
log4cpp::LoggingEvent const &)"
(?_append@RemoteSyslogAppender@log4cpp@@MAEXABULoggingEvent@2@@Z) D:\WHC\jonathanhandler\saml\xmltooling\current\trunk\Debug\xmltooling_1D.dll
: fatal error LNK1120: 78 unresolved externals Build log was saved at
"file://d:\WHC\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\Debug\BuildLog.htm" xmltooling - 473 error(s), 4 warning(s) ------ Build started: Project: xmltoolingtest, Configuration: Debug
Win32 ------ Performing Custom Build Step The system cannot find the path specified. Project : error PRJ0019: A tool returned an error code from
"Performing Custom Build Step" Creating browse information file... Microsoft Browse Information Maintenance Utility Version 8.00.50727 Copyright (C) Microsoft Corporation. All rights reserved. BSCMAKE: error BK1506 : cannot open file '.\Debug\EncryptionTest.sbr':
No such file or directory Build log was saved at
"file://d:\WHC\jonathanhandler\saml\xmltooling\current\trunk\xmltoolingtest\Debug\BuildLog.htm" xmltoolingtest - 2 error(s), 0 warning(s) ========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped
========== ------ Rebuild All started: Project: xmltooling, Configuration: Debug
Win32 ------ Deleting intermediate and output files for project 'xmltooling',
configuration 'Debug|Win32' Compiling... AbstractAttributeExtensibleXMLObject.cpp AbstractChildlessElement.cpp AbstractComplexElement.cpp AbstractDOMCachingXMLObject.cpp AbstractXMLObject.cpp exceptions.cpp d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\exceptions.cpp(153)
: warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible
loss of data Namespace.cpp QName.cpp unicode.cpp d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\unicode.cpp(48)
: warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int',
possible loss of data XMLObjectBuilder.cpp XMLToolingConfig.cpp DateTime.cpp d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\util\datetime.cpp(1486)
: warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int',
possible loss of data d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\util\datetime.cpp(1532)
: warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int',
possible loss of data NDC.cpp ParserPool.cpp Win32Threads.cpp d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\util\win32threads.cpp(383)
: warning C4311: 'type cast' : pointer truncation from 'void *' to 'DWORD' XMLConstants.cpp XMLHelper.cpp AbstractXMLObjectMarshaller.cpp AbstractXMLObjectUnmarshaller.cpp AnyElement.cpp Generating Code... Compiling... UnknownElement.cpp d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\impl\unknownelement.cpp(112)
: warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int',
possible loss of data d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\impl\unknownelement.cpp(177)
: warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int',
possible loss of data ValidatorSuite.cpp CredentialResolver.cpp FilesystemCredentialResolver.cpp d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\signature\impl\filesystemcredentialresolver.cpp(51)
: warning C4018: '>' : signed/unsigned mismatch d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\signature\impl\filesystemcredentialresolver.cpp(54)
: warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of
data KeyInfoImpl.cpp KeyInfoSchemaValidators.cpp SignatureValidator.cpp XMLSecSignatureImpl.cpp d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\signature\impl\xmlsecsignatureimpl.cpp(240)
: warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int',
possible loss of data d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\signature\impl\xmlsecsignatureimpl.cpp(332)
: warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int',
possible loss of data Decrypter.cpp Encrypter.cpp EncryptionImpl.cpp EncryptionSchemaValidators.cpp Generating Code... Compiling manifest to resources... Linking... LINK : D:\WHC\jonathanhandler\saml\xmltooling\current\trunk\Debug\xmltooling_1D.dll
not found or not built by the last incremental link; performing full link LINK : fatal error LNK1104: cannot open file 'libeay32_0_9_8D.lib' Creating browse information file... Microsoft Browse Information Maintenance Utility Version 8.00.50727 Copyright (C) Microsoft Corporation. All rights reserved. Build log was saved at
"file://d:\WHC\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\Debug\BuildLog.htm" xmltooling - 1 error(s), 11 warning(s) ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== |
- ds:KeyInfo and SubjectConfirmationData, Thomas, 08/02/2006
- Re: ds:KeyInfo and SubjectConfirmationData, Chad La Joie, 08/02/2006
- Re: ds:KeyInfo and SubjectConfirmationData, Chad La Joie, 08/02/2006
- Build problem for xml-tooling, Dobroslav Kolev, 08/05/2006
- RE: Build problem for xml-tooling, Scott Cantor, 08/05/2006
- Build problem for xml-tooling, Dobroslav Kolev, 08/05/2006
- <Possible follow-up(s)>
- Re: Re: ds:KeyInfo and SubjectConfirmationData, Thomas, 08/02/2006
Archive powered by MHonArc 2.6.16.