我现在有一个界面的程序,当我点击按钮后就会通过CoCreateInstance实例一个COM。
运行一会后为什么我在DEBUG模式下,会看到退出几个线程呢?
Loaded 'C:\WINNT\system32\msvcp60.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\clbcatq.dll', no matching symbolic information found.The thread 0x838 has exited with code 0 (0x0).
The thread 0x298 has exited with code 0 (0x0).
The thread 0x774 has exited with code 0 (0x0).上面退出的三个线程是什么呢?开始2个退出比较快,最后一个要几分钟吧才退出
另外,我的COM中有一个TIMER定时器的~