Page 1 of 1

Missing domain/interface iXMLDOMNode_import

Posted: 21 Nov 2020 13:28
by vjoer
Hello

I am upgrading an older VIP project to version 9 and I get this error:

error c205 : Unknown domain/interface 'iXMLDOMNode_import' in pack ...

Apparently this class/package does not exist anymore in version 9. What should I use instead?

Thank you
Regards

Re: Missing domain/interface iXMLDOMNode_import

Posted: 21 Nov 2020 15:22
by Thomas Linder Puls
It has been renamed to 'iXMLDOMNode', i.e. without '_import'.

Re: Missing domain/interface iXMLDOMNode_import

Posted: 22 Nov 2020 7:36
by vjoer
Thank you Thomas. That worked.

I have also checked the previous Release notes and was able to upgrade most of my 7.x project.

I am now trying to use in code a treeViewControl::itemId as an integer and this now fails. I tried to convert but I couldnt.

error c504 : The expression has type 'treeViewControl::itemId', which is incompatible with the type '::integer'

How should I do this conversion?

Thank you
Regards