Click here to Skip to main content
15,868,016 members
Home / Discussions / COM
   

COM

 
GeneralRe: Parameter in ActiveX control Pin
TrungHuynh3-Feb-04 14:46
TrungHuynh3-Feb-04 14:46 
GeneralRe: Parameter in ActiveX control Pin
Steve S3-Feb-04 22:52
Steve S3-Feb-04 22:52 
GeneralAccessing IE via COM or ActiveX Pin
Dave Midgley1-Feb-04 7:52
Dave Midgley1-Feb-04 7:52 
GeneralRe: HTML control Pin
Anonymous3-Feb-04 22:09
Anonymous3-Feb-04 22:09 
Generalembedding activex control in outlook mail message Pin
emmatty1-Feb-04 3:53
emmatty1-Feb-04 3:53 
GeneralRe: embedding activex control in outlook mail message Pin
gialli1-Feb-04 19:24
gialli1-Feb-04 19:24 
Generalactivex control problem Pin
emmatty30-Jan-04 19:08
emmatty30-Jan-04 19:08 
GeneralRe: activex control problem Pin
AssemblySoft31-Jan-04 12:31
AssemblySoft31-Jan-04 12:31 
Well the simple answer is yes. I have recently developed an activex control and found that some clients who were lacking mfc42(your letter here).dll and one or two other dependencies did not run.

The solution:
Use a cab utlility (cabarc.exe from Microsoft) to create a cab file of your activex control plus a .inf file. The inf file describes the contents of the cab file and any dependencies it requires. The line to add to the inf file for installing and running the latest mfc dlls is

[mfc42installer]
file-win32-x86=http://activex.microsoft.com/controls/vc/mfc42.cab
run=%EXTRACT_DIR%\mfc42.exe

There are loads of articles on MS site describing the complete procedure.

hope this helps

Carl
GeneralRe: activex control problem Pin
Jörgen Sigvardsson31-Jan-04 12:41
Jörgen Sigvardsson31-Jan-04 12:41 
QuestionPassing complex type through COM interface ? Pin
Alwin7530-Jan-04 12:50
Alwin7530-Jan-04 12:50 
AnswerRe: Passing complex type through COM interface ? Pin
Jörgen Sigvardsson30-Jan-04 13:00
Jörgen Sigvardsson30-Jan-04 13:00 
GeneralCOM+ Catalog Infomation Pin
kimsangwoo30-Jan-04 12:28
kimsangwoo30-Jan-04 12:28 
GeneralProblem with MIDL and Flash IDL Pin
gialli29-Jan-04 22:16
gialli29-Jan-04 22:16 
GeneralPassing variants in Fire_xxx methods Pin
Aby Philip28-Jan-04 4:38
Aby Philip28-Jan-04 4:38 
GeneralRe: Passing variants in Fire_xxx methods Pin
Lim Bio Liong29-Jan-04 4:24
Lim Bio Liong29-Jan-04 4:24 
GeneralCOM and _bstr_t Pin
Tzoockee27-Jan-04 1:05
Tzoockee27-Jan-04 1:05 
GeneralRe: COM and _bstr_t Pin
Steve S27-Jan-04 1:53
Steve S27-Jan-04 1:53 
GeneralDCOM: running COM-server on another PC Pin
Bash27-Jan-04 0:15
Bash27-Jan-04 0:15 
GeneralRe: DCOM: running COM-server on another PC Pin
Anonymous27-Jan-04 3:23
Anonymous27-Jan-04 3:23 
GeneralProblem with compiling samples of Iniside OLE Pin
Omar Alvi26-Jan-04 22:13
Omar Alvi26-Jan-04 22:13 
GeneralCOM: precompiled header in *_i.c files Pin
Bash26-Jan-04 7:55
Bash26-Jan-04 7:55 
GeneralRe: COM: precompiled header in *_i.c files Pin
Steve S26-Jan-04 22:27
Steve S26-Jan-04 22:27 
GeneralExtracting the Contents of IStorage Pin
Steve Thresher26-Jan-04 3:58
Steve Thresher26-Jan-04 3:58 
GeneralRe: Extracting the Contents of IStorage Pin
Anonymous30-Jan-04 10:34
Anonymous30-Jan-04 10:34 
GeneralCOM question Pin
Tzoockee26-Jan-04 2:29
Tzoockee26-Jan-04 2:29 

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.