in IE6, js call my activex fuction A;
if A function contain QWidget and show
simple like this:
void A()
{
QWidget w;
w.show();
}

then ActiveX will Raise an exception:
(kernel32.dll) 处最可能的异常: 0x8001010D: å› ä¸ºåº”ç”¨ç¨‹åºæ*£åœ ¨å‘送一个输入同 *¥å‘¼å«ï¼Œæ‰€ä»¥æ— æ³ æ‰§è¡Œä¼ å‡ºçš„å‘¼å«ã €‚

i miss some things or other?
help me, thanks!