10 Aug
2011
10 Aug
'11
5:27 p.m.
http://bugs.winehq.org/show_bug.cgi?id=27893 --- Comment #3 from ocean04(a)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.