EDN Admin
Well-known member
Hello,
Im working with msxml6.dll interfaces and I need to convert IXMLDOMDocument3Ptr to IXMLDOMDocument3* or the opposite, because I have 2 differents functions, one for validating XML against XSD which accept IXMLDOMDocument3Ptr as parameter
and the other for transforming XML DOM using XSLT which accept IXMLDOMDocument3* as parameter.
I already tried casting the one to the other and call to QueryInterface, but none worked.
Thanks in advance for any help. <hr class="sig the world is mine
View the full article
Im working with msxml6.dll interfaces and I need to convert IXMLDOMDocument3Ptr to IXMLDOMDocument3* or the opposite, because I have 2 differents functions, one for validating XML against XSD which accept IXMLDOMDocument3Ptr as parameter
and the other for transforming XML DOM using XSLT which accept IXMLDOMDocument3* as parameter.
I already tried casting the one to the other and call to QueryInterface, but none worked.
Thanks in advance for any help. <hr class="sig the world is mine
View the full article