Link to home
Start Free TrialLog in
Avatar of Diomedes
Diomedes

asked on

DCOM server & client registration with C++

I have a server .EXE file done in C++ (MFC) that is located on one machine.  i want to access this .EXE from several different client machines (from client programs, using DCOM).  I have been told that in order to do this, I have to register the CLSID, APPID, and proxy/stub ID's for the interface methods in each client machine.  how do I do this without registerign the entire server application on every client machine?    
ASKER CERTIFIED SOLUTION
Avatar of chensu
chensu
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Diomedes
Diomedes

ASKER

Thank you...Everybody kept giving me a long rundown of everything i had to register...etc, and yesterday I bought a very good book by Richard Grimes, called "Professional DCOM programming", which if you get another question about DCOM you might want to recommend to somebody.Again, thanks