Jump to content

TXMLDocument in standalone server or windows service


Velasco

Recommended Posts

Hi,

 

I need load an xml document in unigui application, but, i get this error

 

"Microsoft MSXML is not installed"

 

I understand that unigui is multithread and Txmldocument in multithread must execute

CoInitializeEx(nil, COINIT_MULTITHREADED);

and

CoUnInitialize;

 

 

How i can do this?

somebody can help me???

 

thanks.

 

 

XMLdoc.zip

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...