Ive read several tutorial about implementing DCOM in c++builder..I want to do it for a uni project. I was wondering, I created my client and my server "both OO" and what I want to do now is to wrap them into some RPC mechanism DCOM or CORBA "or any of your suggestions" so that the two objects can interact with each other without further changes. I.e as if they are on the same machine. I might be thinking wrong here. Your suggestion are appreciated.