Re: Creating an interface between two exes - what technology do I want to use?
- From: "Doug Harrison [MVP]" <dsh@xxxxxxxx>
- Date: Wed, 04 Jul 2007 11:02:25 -0500
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
.
- References:
- Prev by Date: Re: MessageBox in a Hello-world app should not show ???
- Next by Date: Re: WaitForSingleObject() will not deadlock
- Previous by thread: Creating an interface between two exes - what technology do I want to use?
- Next by thread: Re: Creating an interface between two exes - what technology do I want to use?
- Index(es):
Relevant Pages
|