Click here to Skip to main content
15,908,843 members
Home / Discussions / COM
   

COM

 
Generalobject of MFC class in ATL Dll Pin
zahid_ash8-Sep-04 20:59
zahid_ash8-Sep-04 20:59 
Generala problem with connecting evevts to sink Pin
andy_cn8-Sep-04 17:05
andy_cn8-Sep-04 17:05 
GeneralIAddresBook problem Pin
Irek Zielinski7-Sep-04 7:50
Irek Zielinski7-Sep-04 7:50 
GeneralReterive OCX properties from handle Pin
mohandasgandhiG6-Sep-04 23:24
mohandasgandhiG6-Sep-04 23:24 
GeneralWrapping an existing COM object Pin
lemur26-Sep-04 4:43
lemur26-Sep-04 4:43 
GeneralRe: Wrapping an existing COM object Pin
Jörgen Sigvardsson6-Sep-04 8:56
Jörgen Sigvardsson6-Sep-04 8:56 
GeneralRe: Wrapping an existing COM object Pin
lemur26-Sep-04 20:28
lemur26-Sep-04 20:28 
GeneralRe: Wrapping an existing COM object Pin
lemur26-Sep-04 21:15
lemur26-Sep-04 21:15 
Aha! My foggy brain finally seems to be kicking into gear again. I believe the answer is to:

1) Call CoLoadLibrary() to load the specific DLL into memory

2) Call GetProcAddress() to get the original's DllGetClassObject() function.

3) Call DllGetClassObject() to get the original DLL's class-factory, then off-we-go!

Pretty obvious really. Oh well D'Oh! | :doh:
I'll try this out later on today when shipping-hell lets me.

Kev

GeneralATL dialog with ActiveX control inside Windows service Pin
6-Sep-04 2:42
suss6-Sep-04 2:42 
GeneralDiffernce between ATL DLL, ATL Service and ATL EXE Pin
zahid_ash5-Sep-04 20:20
zahid_ash5-Sep-04 20:20 
GeneralRe: Differnce between ATL DLL, ATL Service and ATL EXE Pin
Jörgen Sigvardsson6-Sep-04 9:02
Jörgen Sigvardsson6-Sep-04 9:02 
Generalregistering windows service Pin
prasadbs5-Sep-04 17:42
prasadbs5-Sep-04 17:42 
GeneralDo I need to destory a SAFEARRAY that is passed in as an argument Pin
timtanbin3-Sep-04 19:57
timtanbin3-Sep-04 19:57 
GeneralRe: Do I need to destory a SAFEARRAY that is passed in as an argument Pin
Anonymous4-Sep-04 8:23
Anonymous4-Sep-04 8:23 
GeneralRe: Do I need to destory a SAFEARRAY that is passed in as an argument Pin
timtanbin4-Sep-04 13:32
timtanbin4-Sep-04 13:32 
GeneralRe: Do I need to destory a SAFEARRAY that is passed in as an argument Pin
peterchen4-Sep-04 15:00
peterchen4-Sep-04 15:00 
QuestionHow to extract data from VARIANT? Pin
Nirav Doshi3-Sep-04 7:41
Nirav Doshi3-Sep-04 7:41 
AnswerRe: How to extract data from VARIANT? Pin
Jörgen Sigvardsson3-Sep-04 8:33
Jörgen Sigvardsson3-Sep-04 8:33 
GeneralRe: How to extract data from VARIANT? Pin
Nirav Doshi3-Sep-04 8:52
Nirav Doshi3-Sep-04 8:52 
GeneralRe: How to extract data from VARIANT? Pin
Jörgen Sigvardsson3-Sep-04 9:09
Jörgen Sigvardsson3-Sep-04 9:09 
GeneralRe: How to extract data from VARIANT? Pin
Nirav Doshi3-Sep-04 9:16
Nirav Doshi3-Sep-04 9:16 
QuestionActiveX TypeLib Practices: property or method? Pin
KFournier3-Sep-04 6:29
KFournier3-Sep-04 6:29 
AnswerRe: ActiveX TypeLib Practices: property or method? Pin
Jörgen Sigvardsson3-Sep-04 8:40
Jörgen Sigvardsson3-Sep-04 8:40 
AnswerRe: ActiveX TypeLib Practices: property or method? Pin
Jörgen Sigvardsson3-Sep-04 8:41
Jörgen Sigvardsson3-Sep-04 8:41 
GeneralRe: ActiveX TypeLib Practices: property or method? Pin
KFournier3-Sep-04 9:15
KFournier3-Sep-04 9:15 

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.