http://bugs.winehq.org/show_bug.cgi?id=26027
Summary: Display ActiveX control of cmbchina online bank needs function iphlpapi.dll._PfCreateInterface Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com
URL of cmbchina online bank: https://pbsz.ebank.cmbchina.com/CmbBank_GenShell/UI/GenShellPC_EN/Login/Logi...
1. install the active control $ rm -rf ~/.wine $ wget http://site.cmbchina.com/download/CMBEdit.cab $ cabextract CMBEdit.cab $ regsvr32 ~/Wine/zhaoshang/CMBEdit.dll
2. write a html file named DebitCardQueryPwd_Ctrl.html as below: <object id="DebitCardQueryPwd_Ctrl" classid="clsid:0CA54D3F-CEAE-48AF-9A2B-31909CB9515D" codebase="https://site.cmbchina.com/download/CMBEdit.cab#version=1,2,0,1" width="180px" height="20px"></object>
This is extract from https://pbsz.ebank.cmbchina.com/CmbBank_GenShell/UI/GenShellPC_EN/Login/Logi...
3. host a http server and serve index.html
4. wine iexplore http://0.0.0.0/DebitCardQueryPwd_Ctrl.html
Then get logs like :
fixme:resource:GetGuiResources (0xffffffff,0): stub fixme:wtsapi:WTSQuerySessionInformationA Stub (nil) 0xffffffff 16 0x32e7dc 0x32e7d4 Adapters table wine: Call from 0x7b8397f2 to unimplemented function iphlpapi.dll._PfCreateInterface@24, aborting fixme:mshtml:activate_plugin No IQuickActivate
The activex control won't display in IE.