What steps will reproduce the problem?
1. 我的开发环境是VS2010
2. 我在app.cpp的前面加上#import "PROGID:MyAx.MYAX.1" raw_interfaces_only
3. 用uiDesigner.exe编写了一个ui.xml
类似
<window>
<ActiveX clsid="..." />
</window>
编译程序,结果报错
跟踪一下 DuiLib::CActiveXUI
hr=m_pUnk->DoVerb(OLEIVERB_INPLACEACTIVATE,NULL,pOleClientSite,0,m_pManager->GetParentWindow(),&m_rcItem);
咋回事呀?
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by hyora...@126.com on 10 Jan 2014 at 1:37
Original issue reported on code.google.com by
hyora...@126.com
on 10 Jan 2014 at 1:37