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
-
- Posts: 18
- Joined: 7 Feb 2006 13:42
Missing domain/interface iXMLDOMNode_import
Viorel Farcas
-
- VIP Member
- Posts: 1466
- Joined: 28 Feb 2000 0:01
Re: Missing domain/interface iXMLDOMNode_import
It has been renamed to 'iXMLDOMNode', i.e. without '_import'.
Regards Thomas Linder Puls
PDC
PDC
-
- Posts: 18
- Joined: 7 Feb 2006 13:42
Re: Missing domain/interface iXMLDOMNode_import
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
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
Viorel Farcas