[Bug 26353] New: Winhttprequest5.1 is unimplemented?
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.
http://bugs.winehq.org/show_bug.cgi?id=26353 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |nerv(a)dawncrow.de Ever Confirmed|0 |1 --- Comment #1 from André H. <nerv(a)dawncrow.de> 2011-03-08 12:20:48 CST --- confirming -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26353 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26353 chip <chip.warner(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chip.warner(a)gmail.com --- Comment #2 from chip <chip.warner(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26353 --- Comment #3 from ocean04(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26353 ocean04(a)suomi24.fi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from ocean04(a)suomi24.fi 2011-07-21 11:44:59 CDT --- Example is fixed in wine-1.3.24-313-g0e3527a Thanks! -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26353 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> 2011-07-22 12:45:57 CDT --- Closing bugs fixed in 1.3.25. -- 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.
participants (1)
-
wine-bugs@winehq.org