Ebin
January 17, 2002, 05:33 am
We have implemented a com client in VC++ and it should communicate with server that
developed in Delphi(.dll).
The Scenario is as folows
-------------------------------------
A button click on com client(vc) will invoke the com server (Delphi interface)(dialog
based).
which will display a dialog were user can interact.Thus by the button click on VC
client(dialog based) can invok multiple instances of delphi server.
Now we need to delete or close all the instances of com server with a single click in vc
client (com client)
how it is possible ?.
Thanks in Advance
eby
developed in Delphi(.dll).
The Scenario is as folows
-------------------------------------
A button click on com client(vc) will invoke the com server (Delphi interface)(dialog
based).
which will display a dialog were user can interact.Thus by the button click on VC
client(dialog based) can invok multiple instances of delphi server.
Now we need to delete or close all the instances of com server with a single click in vc
client (com client)
how it is possible ?.
Thanks in Advance
eby