Click here to Skip to main content
15,894,343 members
Home / Discussions / COM
   

COM

 
QuestionHow to handle an LPDISPATCH return value from an Activex RDP Client Control hosted in MFC dialog Pin
IsleOfTechno5-Mar-09 21:30
IsleOfTechno5-Mar-09 21:30 
AnswerRe: How to handle an LPDISPATCH return value from an Activex RDP Client Control hosted in MFC dialog Pin
Jonathan Davies6-Mar-09 0:24
Jonathan Davies6-Mar-09 0:24 
GeneralRe: How to handle an LPDISPATCH return value from an Activex RDP Client Control hosted in MFC dialog Pin
rootdial7-Apr-09 3:47
rootdial7-Apr-09 3:47 
AnswerRe: How to handle an LPDISPATCH return value from an Activex RDP Client Control hosted in MFC dialog Pin
yushb06021-Jul-09 22:22
yushb06021-Jul-09 22:22 
Questiondll and Com Pin
rmedo5-Mar-09 2:11
rmedo5-Mar-09 2:11 
AnswerRe: dll and Com Pin
«_Superman_»5-Mar-09 18:01
professional«_Superman_»5-Mar-09 18:01 
Question"Class not registered" error after registering .tlb Pin
Maya_5-Mar-09 1:34
Maya_5-Mar-09 1:34 
AnswerRe: "Class not registered" error after registering .tlb Pin
Roger Stoltz5-Mar-09 23:54
Roger Stoltz5-Mar-09 23:54 
Maya_ wrote:
I have a TLB that i want to register. I tried with regtlibv12.exe but i dont see the CLSID's in the registry, i could only see IID's.


Of course, since you have only registered the typelib and not the server.
What you have registered with the typelib is only related to the interfaces and possibly a declaration of CLSIDs if the typelib contains a "coclass" section.

This means that you have only provided information in the registry for using typelib marshalling when a server is created that implements one of the interfaces that are described in this typelib.

To register a server that resides in a DLL you usually use RegSvr32.exe and provide the path to your DLL as an argument to RegSvr32.
If your server is an exe-server you usually run it once and it will register itself, or with a command line argument such as "regserver".
This will add the CLSID key in the registry among other things and afterwards, provided that the registration was successful, clients will be able to create instances of the server.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown


GeneralRe: "Class not registered" error after registering .tlb Pin
Maya_9-Mar-09 1:07
Maya_9-Mar-09 1:07 
Questionmechnism to generate a COM DLL proxy through TCP automatically Pin
sdk_tiger4-Mar-09 23:56
sdk_tiger4-Mar-09 23:56 
AnswerRe: mechnism to generate a COM DLL proxy through TCP automatically Pin
Jonathan Davies6-Mar-09 7:42
Jonathan Davies6-Mar-09 7:42 
GeneralRe: mechnism to generate a COM DLL proxy through TCP automatically Pin
sdk_tiger11-Mar-09 0:32
sdk_tiger11-Mar-09 0:32 
QuestionCOM Vs ACTIVE X Pin
manish.singhal4-Mar-09 23:32
manish.singhal4-Mar-09 23:32 
AnswerRe: COM Vs ACTIVE X Pin
Baltoro5-Mar-09 6:42
Baltoro5-Mar-09 6:42 
Questioncontext menu problem in outlook Pin
nikhil314-Mar-09 17:14
nikhil314-Mar-09 17:14 
AnswerRe: context menu problem in outlook Pin
nikhil315-Mar-09 17:10
nikhil315-Mar-09 17:10 
QuestionApplication Dissapearing After Linking With COM Pin
Aaron Dilliard4-Mar-09 13:44
Aaron Dilliard4-Mar-09 13:44 
AnswerRe: Application Dissapearing After Linking With COM Pin
CurtD4-Mar-09 15:55
CurtD4-Mar-09 15:55 
GeneralRe: Application Dissapearing After Linking With COM Pin
Stephen Hewitt4-Mar-09 16:11
Stephen Hewitt4-Mar-09 16:11 
GeneralRe: Application Dissapearing After Linking With COM Pin
Aaron Dilliard4-Mar-09 16:39
Aaron Dilliard4-Mar-09 16:39 
GeneralRe: Application Dissapearing After Linking With COM [modified] Pin
CurtD5-Mar-09 5:46
CurtD5-Mar-09 5:46 
Questioncollect information about visitors with BHO Pin
Maverickcool4-Mar-09 7:56
Maverickcool4-Mar-09 7:56 
QuestionMulti Tier Class setup? Pin
Herrwolf14-Mar-09 2:06
Herrwolf14-Mar-09 2:06 
Questionhow to make create IDiscMater2 successful? Pin
kcynic4-Mar-09 0:54
kcynic4-Mar-09 0:54 
AnswerRe: how to make create IDiscMater2 successful? Pin
kcynic4-Mar-09 2:55
kcynic4-Mar-09 2:55 

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.