e120281 wrote:
I am using vs2005sp1.
I have read that people get build errors with the latest release versions of
xerces and xalan.
So I checked out the repository heads of xerces and xalan. I achieve to
build xerces.
But during xalan build I get
error C2259: 'xalanc_1_10::XalanDummyMemoryManager' : cannot instantiate
abstract class
.....\xalan\src\xalanc\PlatformSupport\XalanMemoryManagement.cpp
what am I suppose to do to build xerces and xalan with vs2005.
That's not a VS 2005 error -- it's the result of an incompatible change
in Xerces-C. I will be committing a fix later today.
Dave