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.