Re: Interop: C++ Console & C# GUI
- From: "<ctacke/>" <ctacke[at]opennetcf[dot]com>
- Date: Mon, 17 Dec 2007 08:14:32 -0600
Is this a *Compact* framework question? Does Borland C++ suppot developing
device binaries?
A web service would be a really heavy way to do this, regardless of
platform. FOr a device, it adds the requirement of a network connection and
a second machine (since you can't runa service on a device).
I think you need to research IPC (inter-process communication). On a device
I'd probably use point-to-point message queues or a memory-mapped file. For
the desktop named-pipes or a memory-mapped file would work.
--
Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com
"Sheikko" <sheikko@xxxxxxxxx> wrote in message
news:156a3f6a-83c9-4308-aabf-6910c1b06992@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sincerly is a little bit complicated to explain to you what I have in
my
mind, but I will try:
Above all the problem is the type of data that I want to passe between
these two applications. The complete application that I want to create
consiste of two applications:
- the console developped with VS C++, that use some libraries
developped with Borland C++
- the GUI of application that interact with the console.
The GUI must access some methods included in libraries and exposed by
the console, and the internal libraries throught the core application
must interact with some methods of GUI, for example to refresh some
controls.
I have thinked to to link GUI with WebService "A" that communicate
with Console, and to link Console with WebService "B" that communicate
with GUI. In this way it's possible to make a bidirectional
communication.... But. But this is not very simple to do. And sincerly
I don't know how I can do it, above all because I don't know how I can
use the GUI/Console from the WebService.
Every suggestion/solution is welcome... and thanks in advance to all
those they want ot help me.
.
- References:
- Interop: C++ Console & C# GUI
- From: Sheikko
- Interop: C++ Console & C# GUI
- Prev by Date: Re: Getting IP Address
- Next by Date: Wrong form displayed after power off by user
- Previous by thread: Interop: C++ Console & C# GUI
- Next by thread: Re: Querying Windows Media player state in dotnet
- Index(es):
Relevant Pages
|