wimvanherp
Programmer
I want to use txmldocument at runtime in a seperate class:
f.i.
class test
{ private : TXMLDocument * XMLDoc;
public : some functions...
}
in a function of this class i try the following :
XMLDoc= new TXMLDocument(File);
// this works allright
when i look at the XML property i can see that the document is loaded.
when i try to use the methods of TXMLDocument i always get an exception error, even when i try to set the Active property to true or false;
can anybody help me with this ?
Wim Vanherp
f.i.
class test
{ private : TXMLDocument * XMLDoc;
public : some functions...
}
in a function of this class i try the following :
XMLDoc= new TXMLDocument(File);
// this works allright
when i look at the XML property i can see that the document is loaded.
when i try to use the methods of TXMLDocument i always get an exception error, even when i try to set the Active property to true or false;
can anybody help me with this ?
Wim Vanherp