Discussions related to Visual Prolog
vjoer
Posts: 18
Joined: 7 Feb 2006 13:42

Missing domain/interface iXMLDOMNode_import

Unread post 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
Viorel Farcas
User avatar
Thomas Linder Puls
VIP Member
Posts: 1398
Joined: 28 Feb 2000 0:01

Re: Missing domain/interface iXMLDOMNode_import

Unread post by Thomas Linder Puls »

It has been renamed to 'iXMLDOMNode', i.e. without '_import'.
Regards Thomas Linder Puls
PDC
vjoer
Posts: 18
Joined: 7 Feb 2006 13:42

Re: Missing domain/interface iXMLDOMNode_import

Unread post 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
Viorel Farcas
Post Reply