Don't you just love it when an interface changes. version 1.11 xalanc::XercesParserLiaison liason; xalanc::XercesDOMSupport domSupport(liason);
version 1.10 xalanc::XercesParserLiaison liason; xalanc::XercesDOMSupport domSupport; Hans > Removed all the warnings. > However, another issue has cropped up : > > I'm using the the following snippet of code to instantiate an object of > XercesDOMSupport : > > */// dom_support_ - holds the XALAN XercesDOMSupport > xalanc_1_11::XercesDOMSupport dom_support_;* > > However, getting the following error : > > *error C2512: 'xalanc_1_11::XercesDOMSupport' : no appropriate default > constructor available > > T*his was working fine with xalanc_1_10 / VC7.1. > How do I fix this ? >