Click here to Skip to main content
16,007,472 members

Comments by VinayChoudhary99 (Top 11 by date)

VinayChoudhary99 18-Jan-12 1:18am View    
I changed CoInitializeEx(NULL, COINIT_MULTITHREADED) to CoInitialize(NULL), and it is now working. problem seemed to be in Threading as CPallini said.
VinayChoudhary99 18-Jan-12 1:17am View    
It was indeed error in CoInitializeEx, which was being called as MULTITHREADED in C. I changed it to CoInitialize and it is working properly now. Many Thanks!
VinayChoudhary99 13-Jan-12 11:43am View    
I have updated my question showing how I am trying to do. Kindly suggest way to make it work!
VinayChoudhary99 10-Jan-12 2:38am View    
Thank you, your solution works. If you could post a solution i could accept it as an answer!
VinayChoudhary99 14-Dec-11 0:47am View    
Thank you, I will try this and post reply.