View Single Post
  #1 (permalink)  
Old July 10th, 2007
razia razia is offline
Novicius
 
Join Date: July 10th, 2007
Posts: 3
razia is flying high
Default Regarding Error -2147221164 class not registered

Hi all,
CoCreateInstance returns me negative value -2147221164 {class not registered}
I am running my code in VC++ version 8

hr = CoCreateInstance(CLSID_RTCClient,
NULL,
CLSCTX_INPROC_SERVER,
IID_IRTCClient2,
reinterpret_cast<void **> (&pIRTCClient) );

I donno why this is happening .Can someone help me out.

regards,
razia
Reply With Quote