Click here to Skip to main content
15,915,086 members
Home / Discussions / COM
   

COM

 
AnswerRe: bool from C++ to C# Pin
prasad_som24-Apr-07 2:32
prasad_som24-Apr-07 2:32 
GeneralRe: bool from C++ to C# Pin
Stevo Z24-Apr-07 2:43
Stevo Z24-Apr-07 2:43 
AnswerRe: bool from C++ to C# Pin
prasad_som24-Apr-07 2:58
prasad_som24-Apr-07 2:58 
GeneralRe: bool from C++ to C# Pin
Stevo Z24-Apr-07 3:10
Stevo Z24-Apr-07 3:10 
QuestionCommunication between VC++ and Mainframes Pin
Venkata Rama Subbarao23-Apr-07 18:54
Venkata Rama Subbarao23-Apr-07 18:54 
QuestionReg web dialer Pin
NasimKaziS22-Apr-07 21:18
NasimKaziS22-Apr-07 21:18 
QuestionIdentifying correct interface Pin
ragavan22-Apr-07 19:59
ragavan22-Apr-07 19:59 
AnswerRe: Identifying correct interface Pin
User 21559723-Apr-07 3:59
User 21559723-Apr-07 3:59 
- IID_DRAW is a constant you define in your code. The value of this constant is a unique GUID
- Now looking at your question, I believe you have got these constants defined either by wizard or #import or something similar.
If this is the case, then you have to resolve this ambiguity by explicitly specifiying the namespace (it has nothing to do with COM runtime, it's more about how you code the wrapper classes or constants).
For example if you have done #import <dll or="" tlb=""> in your code, then check the generated .TLH file. You will find namespace here.

I hope this helps.



S o h a i l K a d i w a l a

To Err Is Human; to Debug, Divine


modified 21-Apr-21 21:01pm.

QuestionEvents Pin
_808621-Apr-07 16:26
_808621-Apr-07 16:26 
AnswerRe: Events Pin
User 21559723-Apr-07 3:55
User 21559723-Apr-07 3:55 
AnswerRe: Events Pin
lafleon25-Apr-07 6:18
lafleon25-Apr-07 6:18 
QuestionBasic question about WORD object model Pin
Keerzee20-Apr-07 10:49
Keerzee20-Apr-07 10:49 
QuestionATL COM Service Pin
Janma20-Apr-07 1:23
Janma20-Apr-07 1:23 
AnswerRe: ATL COM Service Pin
lafleon25-Apr-07 6:24
lafleon25-Apr-07 6:24 
QuestionParameterized constructor in MFC/COM?? Pin
vb11619-Apr-07 5:35
vb11619-Apr-07 5:35 
AnswerRe: Parameterized constructor in MFC/COM?? Pin
Phil Harding19-Apr-07 20:46
Phil Harding19-Apr-07 20:46 
AnswerRe: Parameterized constructor in MFC/COM?? Pin
CPallini19-Apr-07 20:58
mveCPallini19-Apr-07 20:58 
AnswerRe: Parameterized constructor in MFC/COM?? Pin
Roger Stoltz19-Apr-07 21:17
Roger Stoltz19-Apr-07 21:17 
QuestionIs COM good way to secure code ? Pin
Stevo Z19-Apr-07 3:08
Stevo Z19-Apr-07 3:08 
Questionwindow control that can display animated gif as well as text in it . Pin
pk200719-Apr-07 2:44
pk200719-Apr-07 2:44 
AnswerRe: window control that can display animated gif as well as text in it . Pin
pk200719-Apr-07 19:36
pk200719-Apr-07 19:36 
QuestionProblem With ActiveX Control Pin
Adeel68819-Apr-07 2:31
Adeel68819-Apr-07 2:31 
QuestionBSTR and char* Pin
cppshishu19-Apr-07 0:30
cppshishu19-Apr-07 0:30 
AnswerRe: BSTR and char* Pin
CPallini19-Apr-07 1:49
mveCPallini19-Apr-07 1:49 
GeneralRe: BSTR and char* Pin
cppshishu19-Apr-07 23:30
cppshishu19-Apr-07 23:30 

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.