Using this code to get rss of a site. This code works fine for my computer and many other computers. But in some computers (Windows XP or 7) I get this error: MSXML Not
I had same problem in one of my Delphi projects, but I used IdThreadComponent instead of Thread object. my problem was at line: DOC:= NewXMLDocument; I remove this line from inside the thread run method and bring it right before the calling Thread as below: Doc := NewXMLDocument; IdThreadComponent1.Start;