crash with CoUnintialize() api of COM

Posted by jbp117 on Server Fault See other posts from Server Fault or by jbp117
Published on 2010-05-12T09:02:32Z Indexed on 2010/05/12 9:14 UTC
Read the original article Hit count: 374

Filed under:
|
|

My main process(main.exe) initilaized COM library and created a thread which creates a new process(p1.exe) this new process is again initializing COM library and after making all references as zero unintialized COM here.. the unintailezed COM in the main process (i.e main.exe) also....

When i run p1.exe individually it is successful.. but it is crashing when i create a process for p1.exe from main.exe

© Server Fault or respective owner

Related posts about c++

Related posts about Windows