http://bugs.winehq.org/show_bug.cgi?id=26353 Summary: Winhttprequest5.1 is unimplemented? Product: Wine Version: 1.3.15 Platform: x86 URL: http://netikka.net/dev/winhttp.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winhttp AssignedTo: wine-bugs(a)winehq.org ReportedBy: ocean04(a)suomi24.fi http://www.neilstuff.com/winhttp/ Example: http://netikka.net/dev/winhttp.exe procedure TForm1.Button1Click(Sender: TObject); var fhttp: variant; begin fhttp:=createoleobject('WinHttp.WinHttpRequest.5.1'); fhttp.open('GET', edit1.text, true); fhttp.send(); if Not FHttp.WaitForResponse(10) then begin FHttp.Abort; exit; end; memo1.text:=fhttp.responsetext; end; -- 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.