Link to home
Start Free TrialLog in
Avatar of CatoGonzalez
CatoGonzalez

asked on

How to publish Object Events using DCOM

I have a DCOM server application that publishes an automated object created with file/new/other/active X/automated object. The object has an event called NewCall that should be triggered when the server recieves a New Call signal from an external source.

I wrote a client app that implements an OnNewCall event handler but it never executes. The Events DCOM documentation in Delphi has not been as useful as I expected. I will appreciate if anyone has a simple demo that implements events using DCOM and can share it.

thks in advnce.
ASKER CERTIFIED SOLUTION
Avatar of TheLeader
TheLeader

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