Technocratic
Programmer
Has anyone used this yet? It seems like a great concept, and I believe it is, but for some reason it's not working for me!
I ran the wizard itself fine, it generated the code, but it does not recognize the Get_Person function it generated. Strangely, it recognizes the data type, so I put in
var Person: IXMLPersonType;
in another form, and it's ok with that. It gives me correct Code Insight when I hover over the definition. But as soon as I try to obtain the interface, it doesn't recognize that, even though I see it right there in the XMLDataType definition!
Person := Get_Person(1);
Delphi gives me "Undeclared Identifier: 'Get_Person'"
I was thinking that possibly the XML components I downloaded and installed may have affected something but I don't think that's it.
Am I doing something completely wrong here? This thing is so new, there's very little info on the web.. at least that I've found...
Thanks
I ran the wizard itself fine, it generated the code, but it does not recognize the Get_Person function it generated. Strangely, it recognizes the data type, so I put in
var Person: IXMLPersonType;
in another form, and it's ok with that. It gives me correct Code Insight when I hover over the definition. But as soon as I try to obtain the interface, it doesn't recognize that, even though I see it right there in the XMLDataType definition!
Person := Get_Person(1);
Delphi gives me "Undeclared Identifier: 'Get_Person'"
I was thinking that possibly the XML components I downloaded and installed may have affected something but I don't think that's it.
Am I doing something completely wrong here? This thing is so new, there's very little info on the web.. at least that I've found...
Thanks