gclxry / duilib

Automatically exported from code.google.com/p/duilib
0 stars 0 forks source link

新版本duilib使用ActiveX问题 #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
使用新版本(目前SVN能下载的最新版本)
pActiveXUI->CreateControl(ldbdown.GetClsid());
使用自己的OCX控件,在显示窗口时候崩溃
用windbg调试 指示
FOLLOWUP_IP: 
DuiLib_d!DuiLib::CRenderEngine::operator=+2186
11016446 8b08            mov     ecx,dword ptr [eax]

STACK_TEXT:  
WARNING: Stack unwind information not available. Following frames may be wrong.
0012ee68 110163b7 00000001 82fb48a8 0012eea0 
DuiLib_d!DuiLib::CRenderEngine::operator=+0x2186
0012ee98 11015262 0012ef2c 009b2490 cccccccc 
DuiLib_d!DuiLib::CRenderEngine::operator=+0x20f7
0012eed0 00dee70d 009b2494 0012ef28 00000000 
DuiLib_d!DuiLib::CRenderEngine::operator=+0xfa2

使用旧版本1.0的哪个就没问题。怎么回事??

Original issue reported on code.google.com by wxl_...@hotmail.com on 28 Jul 2012 at 2:03