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@winehq.org ReportedBy: ocean04@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;
http://bugs.winehq.org/show_bug.cgi?id=26353
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |nerv@dawncrow.de Ever Confirmed|0 |1
--- Comment #1 from André H. nerv@dawncrow.de 2011-03-08 12:20:48 CST --- confirming
http://bugs.winehq.org/show_bug.cgi?id=26353
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
http://bugs.winehq.org/show_bug.cgi?id=26353
chip chip.warner@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |chip.warner@gmail.com
--- Comment #2 from chip chip.warner@gmail.com 2011-07-07 15:15:38 CDT --- I have this same bug from my VB6 app, using the same type of code above: `set cWinHTTP = CreateObject("WinHttp.WinHttpRequest.5.1")`
It fails to create the COM object and raises an error.
Also, I am not sure if this is related: http://bugs.winehq.org/show_bug.cgi?id=6071#c14
Is there a work around in Wine or can this be fixed? I just re-wrote my application (Bit Che @ http://www.convivea.com) to use WinHTTP to take advantage of HTTPS and TLS and now I am bummed to find out this doesn't work.
http://bugs.winehq.org/show_bug.cgi?id=26353
--- Comment #3 from ocean04@suomi24.fi 2011-07-09 07:38:21 CDT --- wine 1.3.24 object can be created atleast. Methods are unimplemented
Workaround is: winetricks winhttp
http://bugs.winehq.org/show_bug.cgi?id=26353
ocean04@suomi24.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #4 from ocean04@suomi24.fi 2011-07-21 11:44:59 CDT --- Example is fixed in wine-1.3.24-313-g0e3527a
Thanks!
http://bugs.winehq.org/show_bug.cgi?id=26353
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2011-07-22 12:45:57 CDT --- Closing bugs fixed in 1.3.25.