Click here to Skip to main content
15,921,697 members
Home / Discussions / COM
   

COM

 
AnswerRe: DCOM exe remote server Pin
FearlessBurner17-Feb-06 7:09
FearlessBurner17-Feb-06 7:09 
QuestionCOM evolution question Pin
john.angel9-Feb-06 5:50
john.angel9-Feb-06 5:50 
AnswerRe: COM evolution question Pin
QuickDeveloper13-Feb-06 17:21
QuickDeveloper13-Feb-06 17:21 
GeneralRe: COM evolution question Pin
john.angel14-Feb-06 9:07
john.angel14-Feb-06 9:07 
QuestionATL ActiveX flicker-free Pin
Andrey20068-Feb-06 23:20
Andrey20068-Feb-06 23:20 
QuestionWeb Control Development Pin
kent_plaza8-Feb-06 22:36
kent_plaza8-Feb-06 22:36 
QuestionHow to convert ATL COM DLL to ATL COM EXE Pin
Balkrishna Talele8-Feb-06 21:49
Balkrishna Talele8-Feb-06 21:49 
AnswerRe: How to convert ATL COM DLL to ATL COM EXE Pin
Lim Bio Liong9-Feb-06 3:58
Lim Bio Liong9-Feb-06 3:58 
Hello Balkrishna,

There is no direct way to convert a COM DLL to a COM EXE. While the implementation codes of your objects will most likely remain the same, the server codes (i.e. the supporting global functions that help to expose your COM objects) are entirely different between a COM DLL and a COM EXE.

A DLL will typically export a DllGetClassObject() global function plus others (e.g. DllCanUnloadNow()). A COM EXE cannot export any functions and must use the CoRegisterClassObject() to expose your COM Object's Class Factory Object.

I suggest you refer to a good book on COM, e.g. The Essence of COM by David S. Platt.


QuestionI can't make C++ client access the C# server Pin
Fisico8-Feb-06 19:59
Fisico8-Feb-06 19:59 
AnswerRe: I can't make C++ client access the C# server Pin
Fisico8-Feb-06 21:51
Fisico8-Feb-06 21:51 
GeneralRe: I can't make C++ client access the C# server Pin
Lim Bio Liong9-Feb-06 3:50
Lim Bio Liong9-Feb-06 3:50 
QuestionPassing data to an out of process server. Pin
mtwombley8-Feb-06 9:14
mtwombley8-Feb-06 9:14 
AnswerRe: Passing data to an out of process server. Pin
Roger Stoltz8-Feb-06 21:19
Roger Stoltz8-Feb-06 21:19 
QuestionHow to subscribe to SENS events from a COM DLL? Pin
ChrisRudd8-Feb-06 1:50
ChrisRudd8-Feb-06 1:50 
QuestionClient connect to COM sink - if sink app is killed - how detect? Pin
pschiff7-Feb-06 16:41
pschiff7-Feb-06 16:41 
QuestionActiveX DLL in VC++ Pin
MrChefman7-Feb-06 1:10
MrChefman7-Feb-06 1:10 
QuestionShared Add-In for MS Office does not affect at all Pin
czaval6-Feb-06 20:40
czaval6-Feb-06 20:40 
QuestionTrouble with mshflxgd.ocx in ASP Pin
bmorion6-Feb-06 5:39
bmorion6-Feb-06 5:39 
QuestionEvent consumers for WMI classes Pin
abhiramsss6-Feb-06 0:43
abhiramsss6-Feb-06 0:43 
QuestionMultiple instances were creating while using Singleton COM Server(Exe Server) Pin
srubuvas5-Feb-06 21:40
srubuvas5-Feb-06 21:40 
QuestionWindows Update Agent (WUA) API Pin
amdopteron4-Feb-06 7:38
amdopteron4-Feb-06 7:38 
QuestionRelated to Web Browser Control Pin
mysorian3-Feb-06 14:12
professionalmysorian3-Feb-06 14:12 
QuestionI need some help about COM.. Pin
Yuwraj3-Feb-06 1:19
Yuwraj3-Feb-06 1:19 
AnswerRe: I need some help about COM.. Pin
Roger Stoltz7-Feb-06 1:44
Roger Stoltz7-Feb-06 1:44 
GeneralRe: I need some help about COM.. Pin
Jörgen Sigvardsson7-Feb-06 11:38
Jörgen Sigvardsson7-Feb-06 11:38 

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.