[Bug 9727] Multiple applications fail to show HTML dialog due to 'mshtml.ShowHTMLDialog' being a stub (OPML, Intuit QuickBooks Free / Akamai Download Manager, DotNet VersionCheck)

WineHQ Bugzilla wine-bugs at winehq.org
Sun Mar 7 16:19:46 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=9727

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://www.tmgdevelopment.c |https://web.archive.org/web
                   |o.uk/versioncheck.zip       |/20060223085655/http://www.
                   |                            |tmgdevelopment.co.uk/Versio
                   |                            |nCheck.zip
                 OS|other                       |Linux
            Summary|mshtml's ShowHTMLDialog too |Multiple applications fail
                   |stubby; OPML and Intuit     |to show HTML dialog due to
                   |QuickBooks Free / Akamai    |'mshtml.ShowHTMLDialog'
                   |Download Manager fail       |being a stub (OPML, Intuit
                   |                            |QuickBooks Free / Akamai
                   |                            |Download Manager, DotNet
                   |                            |VersionCheck)
           Hardware|Other                       |x86
            Version|unspecified                 |0.9.45.

--- Comment #12 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

revisiting, still present.

--- snip ---
$ wine ./VersionCheck.exe
...
0024:fixme:mshtml:ShowHTMLDialog (00000000 00174D50 00000000
L"dialogWidth:620px;dialogHeight:460px;help:no;resizable:yes;" 00000000)
--- snip ---

Wine source:

https://source.winehq.org/git/wine.git/blob/5bccf6fc3f309207ef4162df335157649f627f50:/dlls/mshtml/main.c#l539

--- snip ---
 539 /***********************************************************************
 540  *          ShowHTMLDialog (MSHTML.@)
 541  */
 542 HRESULT WINAPI ShowHTMLDialog(HWND hwndParent, IMoniker *pMk, VARIANT
*pvarArgIn,
 543         WCHAR *pchOptions, VARIANT *pvarArgOut)
 544 {
 545     FIXME("(%p %p %p %s %p)\n", hwndParent, pMk, pvarArgIn,
debugstr_w(pchOptions), pvarArgOut);
 546     return E_NOTIMPL;
 547 }
--- snip ---

Stable download link via Internet Archive:

https://web.archive.org/web/20060223085655/http://www.tmgdevelopment.co.uk/VersionCheck.zip

$ sha1sum VersionCheck.zip 
44af5832dcdc26f61dffced7edc84dacf3b68244  VersionCheck.zip

$ du -sh VersionCheck.zip 
132K    VersionCheck.zip

$ wine --version
wine-6.3-195-g5bccf6fc3f3

Regards

-- 
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.


More information about the wine-bugs mailing list