Click here to Skip to main content
15,885,216 members
Home / Discussions / COM
   

COM

 
GeneralRe: IDispatch Pin
Cool_Dev21-Apr-10 19:41
Cool_Dev21-Apr-10 19:41 
GeneralRe: IDispatch Pin
trioum22-Apr-10 0:23
trioum22-Apr-10 0:23 
GeneralRe: IDispatch Pin
trioum30-Apr-10 21:36
trioum30-Apr-10 21:36 
Questionsapi text-2-speech linking issues Pin
Henochius16-Mar-10 16:15
Henochius16-Mar-10 16:15 
AnswerRe: sapi text-2-speech linking issues Pin
KingsGambit18-Mar-10 8:09
KingsGambit18-Mar-10 8:09 
QuestionHow to iterate vtable of COM coclass? Pin
glitteringsound10-Mar-10 23:27
glitteringsound10-Mar-10 23:27 
AnswerRe: How to iterate vtable of COM coclass? Pin
KingsGambit11-Mar-10 0:02
KingsGambit11-Mar-10 0:02 
GeneralRe: How to iterate vtable of COM coclass? Pin
glitteringsound11-Mar-10 0:34
glitteringsound11-Mar-10 0:34 
I need to call all the functions of COM Interface exposed methods at runtime.

For this I need to access vtable of COM coclass where all addresses of exposed methods of its interfaces are stored.
e.g Say

Math is COM object
and its exposed interface is "Operations"
and "Sum" is the method of this interface.

I need the address of "Sum", so that I can call it on run time. Just like you use loadlibrary for DLL and adter passing functional address, using GetProcAddress we can call function at runtime.

Here in COM same I need to do. But here no LoadLibrary , and no GetProcAddress. Just we need to iterate vtable and one by one we'll get the addresses of methods and we'll call these methods on run time.

Any Suggestions?
GeneralRe: How to iterate vtable of COM coclass? Pin
Richard MacCutchan11-Mar-10 1:42
mveRichard MacCutchan11-Mar-10 1:42 
GeneralRe: How to iterate vtable of COM coclass? Pin
R@jeev K R11-Mar-10 3:11
R@jeev K R11-Mar-10 3:11 
GeneralRe: How to iterate vtable of COM coclass? Pin
KingsGambit11-Mar-10 21:20
KingsGambit11-Mar-10 21:20 
GeneralRe: How to iterate vtable of COM coclass? Pin
Cool_Dev11-Mar-10 1:53
Cool_Dev11-Mar-10 1:53 
GeneralRe: How to iterate vtable of COM coclass? Pin
glitteringsound11-Mar-10 2:36
glitteringsound11-Mar-10 2:36 
GeneralRe: How to iterate vtable of COM coclass? Pin
Cool_Dev11-Mar-10 3:17
Cool_Dev11-Mar-10 3:17 
GeneralRe: How to iterate vtable of COM coclass? Pin
Frederick J. Harris29-Mar-10 10:48
Frederick J. Harris29-Mar-10 10:48 
AnswerRe: How to iterate vtable of COM coclass? Pin
Stephen Hewitt11-Mar-10 15:00
Stephen Hewitt11-Mar-10 15:00 
GeneralRe: How to iterate vtable of COM coclass? Pin
glitteringsound11-Mar-10 19:30
glitteringsound11-Mar-10 19:30 
GeneralRe: How to iterate vtable of COM coclass? Pin
Cool_Dev11-Mar-10 19:41
Cool_Dev11-Mar-10 19:41 
GeneralRe: How to iterate vtable of COM coclass? Pin
glitteringsound11-Mar-10 20:52
glitteringsound11-Mar-10 20:52 
QuestionVisual Prolog and .NET Pin
Ryan Minor10-Mar-10 8:07
Ryan Minor10-Mar-10 8:07 
QuestionIs it possible for reflections for COM Exe or COM DLL? Pin
glitteringsound9-Mar-10 6:04
glitteringsound9-Mar-10 6:04 
AnswerRe: Is it possible for reflections for COM Exe or COM DLL? Pin
Jonathan Davies9-Mar-10 6:16
Jonathan Davies9-Mar-10 6:16 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
glitteringsound9-Mar-10 6:23
glitteringsound9-Mar-10 6:23 
AnswerRe: Is it possible for reflections for COM Exe or COM DLL? Pin
Richard MacCutchan9-Mar-10 6:23
mveRichard MacCutchan9-Mar-10 6:23 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
glitteringsound9-Mar-10 6:28
glitteringsound9-Mar-10 6:28 

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.