Click here to Skip to main content
15,886,199 members
Home / Discussions / COM
   

COM

 
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 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
Richard MacCutchan9-Mar-10 7:25
mveRichard MacCutchan9-Mar-10 7:25 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
glitteringsound9-Mar-10 19:07
glitteringsound9-Mar-10 19:07 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
Richard MacCutchan9-Mar-10 21:33
mveRichard MacCutchan9-Mar-10 21:33 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
glitteringsound9-Mar-10 23:28
glitteringsound9-Mar-10 23:28 
Yeah that's true.

That's not exactly reflection underway.It's effort to make the result similar what reflection facilitates programmer. So I need to get same behavior which's being done in that (Executing function in Win32 DLL by clicking "Execute"). Can we load COM DLL or COM EXE dynamically(in case of DLL its LoadLibrary) and get its functions/methods (in DLL by GetProcAddress.

One way which I sought out is to iterate over vtable which'll contain addresses of COM interface's virtual methods. But that technique only applicable with virtual functions(as they only go in vtable) .
What about simple(non-virtual) methods of COM interfaces.

Where we can get addresses of those methods(non-virtual).
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
Richard MacCutchan9-Mar-10 23:41
mveRichard MacCutchan9-Mar-10 23:41 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
glitteringsound10-Mar-10 0:40
glitteringsound10-Mar-10 0:40 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
Jürgen Jung10-Mar-10 1:07
Jürgen Jung10-Mar-10 1:07 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
glitteringsound10-Mar-10 2:19
glitteringsound10-Mar-10 2:19 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
Jürgen Jung10-Mar-10 2:21
Jürgen Jung10-Mar-10 2:21 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
glitteringsound10-Mar-10 7:51
glitteringsound10-Mar-10 7:51 
QuestionUnable to update system registry Pin
Pryabu9-Mar-10 0:03
Pryabu9-Mar-10 0:03 
AnswerRe: Unable to update system registry Pin
Jonathan Davies9-Mar-10 2:19
Jonathan Davies9-Mar-10 2:19 
QuestionHide InDesign Application while Its Instance is created Pin
Rashmi_Karnam2-Mar-10 18:58
Rashmi_Karnam2-Mar-10 18:58 
QuestionTrouble with UrlDownloadToFile in Firefox Pin
GamerGoon1-Mar-10 1:18
GamerGoon1-Mar-10 1:18 
Questionhow to pre-define a com interface in a idl file? Pin
kcynic28-Feb-10 18:32
kcynic28-Feb-10 18:32 
AnswerRe: how to pre-define a com interface in a idl file? Pin
Stuart Dootson28-Feb-10 23:42
professionalStuart Dootson28-Feb-10 23:42 
GeneralRe: how to pre-define a com interface in a idl file? Pin
kcynic1-Mar-10 20:50
kcynic1-Mar-10 20:50 
QuestionNeed help to write a COM component which should be accessible from JScript! Pin
gopikomanduri26-Feb-10 7:29
gopikomanduri26-Feb-10 7:29 
AnswerRe: Need help to write a COM component which should be accessible from JScript! Pin
cariolihome26-Feb-10 23:27
cariolihome26-Feb-10 23:27 
AnswerRe: Need help to write a COM component which should be accessible from JScript! Pin
«_Superman_»28-Feb-10 17:14
professional«_Superman_»28-Feb-10 17:14 
QuestionHow to load a CRichEditCtrl with RTF containing embedded objects. Pin
Leif Goodwin26-Feb-10 3:30
Leif Goodwin26-Feb-10 3: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.