Board index » delphi » Problems importing MSXML3 type library

Problems importing MSXML3 type library


2005-08-08 01:23:08 AM
delphi181
I've imported the MSXML3 type library (Delphi 7). I used this instead
of the MSXML.pas that ships with Delphi so I can use the
IXMLDOMDocument2 interface and call SetProperty and set the
SelectionLanguage to XPath.
Has anyone had trouble running the Delphi application on other machines?
--
Regards,
Bruce McGee
Glooscap Software
 
 

Re:Problems importing MSXML3 type library

Whoops, user (programmer) error.
I accidentally caller CoDOMDocument40.Create instead of
CoDOMDocument30.Create, which fails on any machine that doesn't have
MSXML4 installed.
--
Regards,
Bruce McGee
Glooscap Software