Re: Creating an interface between two exes - what technology do I want to use?

Tech-Archive recommends: Fix windows errors by optimizing your registry



On Wed, 04 Jul 2007 04:14:15 -0700, Simon L <silangdon@xxxxxxxxxxx> wrote:


I've got a windows service that is processing tcpip data and dumping
it into a directory.

A future development of this project means that I want to manage all
the data. If I create a new exe for the GUI side of this, how can I
create a connection to the service?

My guess is to use ATL and to create the service exe as an out of
process COM.

Also look into named pipes.

--
Doug Harrison
Visual C++ MVP
.



Relevant Pages