PDA

Click to See Complete Forum and Search --> : Urgent


razzaj
Jun 11th, 2001, 06:47 AM
I am looking for a way to make 2 Executables Communicate passing parameters back and forth (on the same machine ) without having to use winsock or Pipes nor MailSlots.


What I am trying to do is simple . I have a DLL that contains a set of functions (it is a COM ) . Now because I have An ATL ActiveX I cant put it in the COM ( and the COM is called from ASP).

I am putting the ATL on an EXE comtainer (form) and i want the ASP to invoke a function in My COM which will send a parameter to the EXE that is RUnning always ( kind of like a server ) and the EXE will return another value to the COM which will be passed back to the ASP page ....