I need to set the Server COM IP Address Programatically without having to do it using the DCOMCNFG Utility
Can this be done
Printable View
I need to set the Server COM IP Address Programatically without having to do it using the DCOMCNFG Utility
Can this be done
Swissa sorry this is not a reply to your question but a related question. Do the objects have to be ActiveX Exe for DCOM or can we also use DLLs?
If they have to be Exes do they have to implement interfaces. If so, how do you raise events?
DCOM objects must be ACtiveX EXE ,but DLLs can be used by provideing and EXE Wrapper ...
What I know is that EXEs Do not have to use Interfaces ,but this is done to security and management of sharing a single EXE
Raising Events is no problem....just remember that the Events are not defined in the Interface Class ...And Events ger broadcasted to all the Clients