https://bugs.winehq.org/show_bug.cgi?id=9727
Anastasius Focht focht@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@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/5bccf6fc3f309207ef4162df33515764...
--- 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/V...
$ sha1sum VersionCheck.zip 44af5832dcdc26f61dffced7edc84dacf3b68244 VersionCheck.zip
$ du -sh VersionCheck.zip 132K VersionCheck.zip
$ wine --version wine-6.3-195-g5bccf6fc3f3
Regards