When I tried to run the msxml example in ts-soft's PureDispHelper lib I got "invalid class string" error on object creation.
I have msxml, msxml2, msxml3 and msxml6 in the windows/system32 folder.
Changing the creation line to
Code: Select all
oDom = dhCreateObject("MSXML2.DOMDocument.6.0")(Changing it to .3.0 also works).
The question is how do you go about finding out which (if any) versions are available on a client machine?
Side note, different issue: Trying httpget example doesn't get anything. I end up with an empty window. I am assuming it should be loading the page.
Edit: On the side note, I just realised that the editorgadget was set to zero width and height.
Still wondering how to know (apart from checking the directory) what versions of msxml?.dll are installed on a system, so if anyone can help, appreciated.
