Click here to Skip to main content
15,915,755 members
Home / Discussions / COM
   

COM

 
Questionadding actions in "additional actions" in MS outlook Pin
nikhil318-Mar-09 18:12
nikhil318-Mar-09 18:12 
QuestionProblem in using VARIANT Pin
b2cc7-Mar-09 4:14
b2cc7-Mar-09 4:14 
AnswerRe: Problem in using VARIANT Pin
Jonathan Davies8-Mar-09 3:41
Jonathan Davies8-Mar-09 3:41 
Questionwrite a program which is register activex automatically in vista Pin
mazizi6-Mar-09 20:41
mazizi6-Mar-09 20:41 
AnswerRe: write a program which is register activex automatically in vista Pin
Jonathan Davies8-Mar-09 6:02
Jonathan Davies8-Mar-09 6:02 
GeneralRe: write a program which is register activex automatically in vista Pin
mazizi10-Mar-09 20:16
mazizi10-Mar-09 20:16 
GeneralRe: write a program which is register activex automatically in vista Pin
zon_cpp11-Mar-09 21:22
zon_cpp11-Mar-09 21:22 
GeneralRe: write a program which is register activex automatically in vista Pin
Jonathan Davies12-Mar-09 0:09
Jonathan Davies12-Mar-09 0:09 
GeneralRe: write a program which is register activex automatically in vista Pin
zon_cpp15-Mar-09 20:53
zon_cpp15-Mar-09 20:53 
QuestionRead and write to a file in a COM application Pin
Elsie5-Mar-09 23:57
Elsie5-Mar-09 23:57 
AnswerRe: Read and write to a file in a COM application Pin
«_Superman_»6-Mar-09 18:58
professional«_Superman_»6-Mar-09 18:58 
AnswerRe: Read and write to a file in a COM application Pin
Cruel Handsome6-Mar-09 22:27
Cruel Handsome6-Mar-09 22:27 
QuestionHow to handle an LPDISPATCH return value from an Activex RDP Client Control hosted in MFC dialog Pin
IsleOfTechno5-Mar-09 21:30
IsleOfTechno5-Mar-09 21:30 
AnswerRe: How to handle an LPDISPATCH return value from an Activex RDP Client Control hosted in MFC dialog Pin
Jonathan Davies6-Mar-09 0:24
Jonathan Davies6-Mar-09 0:24 
GeneralRe: How to handle an LPDISPATCH return value from an Activex RDP Client Control hosted in MFC dialog Pin
rootdial7-Apr-09 3:47
rootdial7-Apr-09 3:47 
AnswerRe: How to handle an LPDISPATCH return value from an Activex RDP Client Control hosted in MFC dialog Pin
yushb06021-Jul-09 22:22
yushb06021-Jul-09 22:22 
Questiondll and Com Pin
rmedo5-Mar-09 2:11
rmedo5-Mar-09 2:11 
AnswerRe: dll and Com Pin
«_Superman_»5-Mar-09 18:01
professional«_Superman_»5-Mar-09 18:01 
Question"Class not registered" error after registering .tlb Pin
Maya_5-Mar-09 1:34
Maya_5-Mar-09 1:34 
AnswerRe: "Class not registered" error after registering .tlb Pin
Roger Stoltz5-Mar-09 23:54
Roger Stoltz5-Mar-09 23:54 
GeneralRe: "Class not registered" error after registering .tlb Pin
Maya_9-Mar-09 1:07
Maya_9-Mar-09 1:07 
Questionmechnism to generate a COM DLL proxy through TCP automatically Pin
sdk_tiger4-Mar-09 23:56
sdk_tiger4-Mar-09 23:56 
Hi folks,

we got some application that offers a COM DLL (in process) interface - lets call it daemon-app.

Also we have a client that uses this offered COM object (client-app) - the client runs on many machines on our LAN - so there also on every machine need to install and administrate the daemon-app (to provide the COM DLL interface).

For performance reason - and also to save energy (switching off the client pcs) - I would like to proxy this COM DLL interface (provided by daemon-app) by TCP.

this is how its currently set up:

Client -> COM DLL -> Daemon

This is how I would like it to be:

Client -> COM DLL Proxy Client -> TCP -> COM DLL Proxy Daemon -> Daemon
While the Daemon runs only on one big Server.

There is no way for me to change the Client or Daemon code - these are compiled programs, that I have no access to. I got the SDK for the COM DLL - and its for sure it can handle multiple instances without any problem.

No I could go - use a IDL file and compile a empty COM DLL and forward by hand all the Methods and Events through TCP. Then I would unregister the COM Dll and register mine - start the COM Dll deamon on the Daemon-Machine and done...
Except this would take a year or so - the Com is quite complex with many interfaces...

So my question is:

Is there any mechnism to generate a COM DLL proxy through TCP automatically?

Thanks to all of You for reading!
AnswerRe: mechnism to generate a COM DLL proxy through TCP automatically Pin
Jonathan Davies6-Mar-09 7:42
Jonathan Davies6-Mar-09 7:42 
GeneralRe: mechnism to generate a COM DLL proxy through TCP automatically Pin
sdk_tiger11-Mar-09 0:32
sdk_tiger11-Mar-09 0:32 
QuestionCOM Vs ACTIVE X Pin
manish.singhal4-Mar-09 23:32
manish.singhal4-Mar-09 23:32 

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.