[Bug 27893] Where’s Waldo installer needs native msxml

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 10 12:27:00 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=27893

--- Comment #3 from ocean04 at suomi24.fi 2011-08-10 12:26:59 CDT ---
Here is smaller example to reproduce this same problem.

http://netikka.net/dev/serverxmlhttp.exe

var fhttp: variant;
begin
 fhttp:=createoleobject('Msxml2.ServerXMLHTTP');
 fhttp.open('GET', 'http://www.winehq.org', false);
 fhttp.send();
 showmessage(fhttp.statustext);
end;

MSXML2.SERVERXMLHTTP uses Winhttp according to MS. Maybe just register this
class and make it use Winhttprequest?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list