EOleException: Microsoft MSXML is not installed when calling LoadXMLDocument
LoadXMLDocument returns IXMLDocument which by default uses MSXML on Windows. MSXML is a COM componet which requires client to initialize COM library. Below shows a bare bones Delphi 11.3 console application initializing COM library.
Tags: COM, DCOM, Delphi, XML
No comments:
Post a Comment