Re: Interop: C++ Console & C# GUI



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.


.



Relevant Pages

  • Re: Very slim Desktop Manager
    ... apt-cache show bmv: ... But bmv and fbi are not pdf viewers. ... With qalculate (or other GUI ... It reminds me of console fonts, ...
    (Debian-User)
  • Re: How do you inherit DOS console in Win32 application?
    ... > How do you inherit and continue using the existing command-line ... > Win32 assembly console application? ... Get these handles using the "GetStdHandle" API, ... But the main gripe here is technical...as you've noticed, a GUI ...
    (alt.lang.asm)
  • Re: Very slim Desktop Manager
    ... that --- no GUI substitute either, ... kind has ever existed in linux, dos or whatever for the console. ... mozilla to use whatever colors one prefers (infact, ... Yeah, I do that too, for the fonts. ...
    (Debian-User)
  • Re: Model View Controller basics.
    ... >don't have the skills to do so. ... write your phonebook application without any GUI. ... Instead give it a console interface. ... Then write a completely separate module (a controller) that *knows* ...
    (comp.object)
  • RE: Interop: C++ Console & C# GUI
    ... the GUI of application that interact with the console. ... The GUI must access some methods included in libraries and exposed by ... It's not clear if the GUI is talking to your console app in any way. ... GUI code makes some decision on updating controls. ...
    (microsoft.public.dotnet.languages.csharp)