Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML Data Binding Problem

Status
Not open for further replies.

hstijnen

Programmer
Joined
Nov 13, 2002
Messages
172
Location
NL
Hi,

Has anyone experience with XML Data Binding? I want to manipulate a xml-file MyData.xml. Therefore I've used the XML Data Binding tool which has created a component with function _di_IXMLMyDataRootType __fastcall LoadMyDataRoot(const WideString FileName);

When I call this function:
_di_IXMLMyDataRootType xml1 = LoadMyDataRoot("MyData.xml");

the result is xml1 = NULL.

Any suggestion?

Thanks,

Henk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top