Click here to Skip to main content
15,909,445 members
Home / Discussions / COM
   

COM

 
QuestionCOM Inheritance Pin
Inactive Cargo9-Nov-06 23:37
Inactive Cargo9-Nov-06 23:37 
AnswerRe: COM Inheritance Pin
prasad_som10-Nov-06 1:13
prasad_som10-Nov-06 1:13 
QuestionUsing COM crreated by MatLab Pin
Dhanushka P9-Nov-06 1:04
Dhanushka P9-Nov-06 1:04 
QuestionInstalling Certificates in IE Pin
Subrahmanyam K9-Nov-06 0:43
Subrahmanyam K9-Nov-06 0:43 
Questionadding dll in C#? Pin
barak1604879-Nov-06 0:02
barak1604879-Nov-06 0:02 
Questionhi guys Pin
amanboy68-Nov-06 21:35
amanboy68-Nov-06 21:35 
Questionshell drag and drop between namespace extension and windows Pin
sathink8-Nov-06 5:05
sathink8-Nov-06 5:05 
QuestionUsing Interface type from the imported TLB (Attributed COM) Pin
arun14058-Nov-06 0:50
arun14058-Nov-06 0:50 
I am writing a attributed COM component in Visual Studio .NET 2003 (VC++ 7.1). For reusing the types defined in some other TLB, I want to import this TLB that I do by inserting the following line in stdafx.h.

[ importlib("test.tlb") ];

This 'importlib' attribute places this line in the library block of the IDL file. However, now if some of the interface methods in my COM component want to return an interface defined in test.tlb, it gives me IDL compilation error.

Perhaps, it is probably since the automatic IDL generation by the compiler puts all the interface declarations of my component outside the library block, and the importlib attribute generates the importlib line inside the library block... and, so the interface declarations of my component are not able to recognize the interface types defined in the imported type library.

Can anyone suggest me if I am importing the library in a wrong way, or if there is any other solution to it ?

Thanks & Regards,
Arun
QuestionWindows Server clustering using WMI Pin
abhiramsss7-Nov-06 14:24
abhiramsss7-Nov-06 14:24 
QuestionVery Urgent : How to list all the registered assesmblies Pin
kamal k s chauhan6-Nov-06 22:18
kamal k s chauhan6-Nov-06 22:18 
AnswerRe: Very Urgent : How to list all the registered assesmblies Pin
Jonathan [Darka]8-Nov-06 0:33
professionalJonathan [Darka]8-Nov-06 0:33 
QuestionHow to list all the registered assesmblies Pin
kamal k s chauhan6-Nov-06 22:17
kamal k s chauhan6-Nov-06 22:17 
QuestionCOM+ help me Pin
AnhTin6-Nov-06 16:47
AnhTin6-Nov-06 16:47 
QuestionTwo questions on COM Add-in for Outlook Pin
OctopusThu6-Nov-06 6:47
OctopusThu6-Nov-06 6:47 
AnswerRe: Two questions on COM Add-in for Outlook Pin
OctopusThu6-Nov-06 15:39
OctopusThu6-Nov-06 15:39 
QuestionRe: Two questions on COM Add-in for Outlook Pin
prasad_som6-Nov-06 18:54
prasad_som6-Nov-06 18:54 
GeneralRe: Two questions on COM Add-in for Outlook Pin
OctopusThu6-Nov-06 19:51
OctopusThu6-Nov-06 19:51 
AnswerRe: Two questions on COM Add-in for Outlook Pin
prasad_som6-Nov-06 19:57
prasad_som6-Nov-06 19:57 
GeneralRe: Two questions on COM Add-in for Outlook Pin
OctopusThu6-Nov-06 20:16
OctopusThu6-Nov-06 20:16 
GeneralRe: Two questions on COM Add-in for Outlook Pin
prasad_som6-Nov-06 20:21
prasad_som6-Nov-06 20:21 
AnswerRe: Two questions on COM Add-in for Outlook Pin
OctopusThu8-Nov-06 17:41
OctopusThu8-Nov-06 17:41 
QuestionHelp! About COM,(the server of the EXE) Pin
kcynic5-Nov-06 12:27
kcynic5-Nov-06 12:27 
AnswerRe: Help! About COM,(the server of the EXE) Pin
Jonathan [Darka]8-Nov-06 0:35
professionalJonathan [Darka]8-Nov-06 0:35 
QuestionASP.NET Ajax Page Caching Pin
K.P.Kannan4-Nov-06 14:25
K.P.Kannan4-Nov-06 14:25 
QuestionMy COM method call is killing my App Pin
earlgraham2-Nov-06 7:03
earlgraham2-Nov-06 7: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.