Click here to Skip to main content
15,887,683 members
Home / Discussions / COM
   

COM

 
GeneralRe: Modem_to_Sound_Card Pin
ThatsAlok20-Dec-04 0:59
ThatsAlok20-Dec-04 0:59 
GeneralRe: Modem_to_Sound_Card Pin
Anonymous3-Jan-05 8:35
Anonymous3-Jan-05 8:35 
GeneralRe: Modem_to_Sound_Card Pin
ThatsAlok3-Jan-05 16:59
ThatsAlok3-Jan-05 16:59 
GeneralHelp creating CLSID_VideoMixingRenderer9 Pin
c.diamond17-Dec-04 20:41
c.diamond17-Dec-04 20:41 
GeneralRe: Help creating CLSID_VideoMixingRenderer9 Pin
User 21559717-Dec-04 21:05
User 21559717-Dec-04 21:05 
GeneralGet TypeLibID Pin
GDavy16-Dec-04 21:05
GDavy16-Dec-04 21:05 
GeneralRe: Get TypeLibID Pin
geo_m16-Dec-04 22:33
geo_m16-Dec-04 22:33 
I would probably use that way you described - seek in registry and load it by LoadRegTypeLib getting the ITypeLib interface.

Other possibility, but somehow limited is that if you have an object, who support IDispatch interface, you can create the object using the CLSID you know, asking for the IDispatch.
Then you can use the IDispatch::GetTypeInfo, returning the ITypeInfo, which in turn you can ask for the ITypeLibrary by using ITypeInfo::GetContainingTypeLib.
But this requires the component to support IDispatch.

Another way, I got from the head is getting the path to the dll or exe, where the object resides and use the LoadTypeLib function.

Hope this helps
GeneralActiveX ctrl not loading in browser Pin
Muhammad Azam16-Dec-04 20:15
Muhammad Azam16-Dec-04 20:15 
GeneralRe: ActiveX ctrl not loading in browser Pin
User 21559717-Dec-04 0:07
User 21559717-Dec-04 0:07 
GeneralRe: ActiveX ctrl not loading in browser Pin
Muhammad Azam19-Dec-04 17:22
Muhammad Azam19-Dec-04 17:22 
GeneralDCOM - COM and eVC++ Pin
GDavy16-Dec-04 9:03
GDavy16-Dec-04 9:03 
GeneralRe: DCOM - COM and eVC++ Pin
Steve S23-Dec-04 23:32
Steve S23-Dec-04 23:32 
GeneralCannot register COM server Pin
Andy Hunter15-Dec-04 10:35
Andy Hunter15-Dec-04 10:35 
GeneralRe: Cannot register COM server Pin
vikramlinux15-Dec-04 22:41
vikramlinux15-Dec-04 22:41 
GeneralRe: Cannot register COM server Pin
Andy Hunter17-Dec-04 6:00
Andy Hunter17-Dec-04 6:00 
Generalerror while upload file Pin
nokiphuc14-Dec-04 22:47
nokiphuc14-Dec-04 22:47 
GeneralWie erkennt der Client eine Unterbrechung zum Server oder das Schließen des Servers Pin
Steffen D13-Dec-04 23:47
sussSteffen D13-Dec-04 23:47 
GeneralRe: Wie erkennt der Client eine Unterbrechung zum Server oder das Schließen des Servers Pin
Jörgen Sigvardsson15-Dec-04 10:00
Jörgen Sigvardsson15-Dec-04 10:00 
GeneralRe: Wie erkennt der Client eine Unterbrechung zum Server oder das Schließen des Servers Pin
Member 105397315-Dec-04 23:19
Member 105397315-Dec-04 23:19 
Generaluse ActiveX in C# web application Pin
kd834112-Dec-04 11:35
kd834112-Dec-04 11:35 
General.Net/COM+ Pin
Member 131282211-Dec-04 22:29
Member 131282211-Dec-04 22:29 
GeneralSerial Comms programming in Linux Pin
jcwh11-Dec-04 2:55
jcwh11-Dec-04 2:55 
GeneralRe: Serial Comms programming in Linux Pin
ThatsAlok12-Dec-04 20:06
ThatsAlok12-Dec-04 20:06 
GeneralCOM newbie needs help to write a simple C++ client for COM events! Pin
littlecuttiepie8-Dec-04 14:11
littlecuttiepie8-Dec-04 14:11 
GeneralRe: COM newbie needs help to write a simple C++ client for COM events! Pin
Lim Bio Liong8-Dec-04 20:03
Lim Bio Liong8-Dec-04 20:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.