I am confused.
I wish my DLL COM server (instantiated from a VCL Forms .exe Client) to
pass events back to my client. And I wish to use the use the COM+ Event
pub/sub model. I am assuming my DLL COM server is the publisher of the
events as it eill fire them. However according to the docs I have read the
subscriber (my EXE cliemt) needs ro be a COM Server.
Can this be an .EXE and do I need to add an automation object to it?
TIA
Ephraim