Hi,
I am using Visual Studio 2005 in a project which uses binaries of
Xerces 2.7and Xalan
1.10. But, I am getting these errors:
xalanc/DOMSupport/DOMServices.hpp(571) : error C2664: 'void (const XMLCh
*const ,const unsigned int)' : cannot convert parameter 1 from 'const
xalanc_1_10::XalanDOMChar *' to 'const XMLCh *const '
Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
xalanc/XPath/XObject.hpp(339) : error C2664: 'void (const XMLCh *const
,const unsigned int)' : cannot convert parameter 1 from 'const
xalanc_1_10::XalanDOMChar *' to 'const XMLCh *const '
Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
xalanc/XPath/XObject.hpp(343) : error C2664: 'void (const XMLCh *const
,const unsigned int)' : cannot convert parameter 1 from 'const
xalanc_1_10::XalanDOMChar *' to 'const XMLCh *const '
Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
I downloaded Xerces compiled using VC 8.0 from
http://codesynthesis.com/products/xsd/download.xhtml
but couldn't find Xalan compiled with VC 8.0 anywhere.
So, are the errors because of the different versions of VC? I don't
understand why are the errors in the header files?
Everything works fine when I use VC 7.1
Any help would be appreciable.
Thanks,
Smeeta
On 2/7/07, David Bertoni <[EMAIL PROTECTED]> wrote:
Sanjith Chungath wrote:
> Hi all,
> Do anyone know when will be the release of Xalan and Xerces which
> will have support for Visual Studio 2005 on Windows platform.
The Xerces-C team is still working on their next release, so we cannot
release until they do.
Meanwhile, you can use the head of the Xerces-C and Xalan-C repositories.
Dave