Interop: C++ Console & C# GUI

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sheikko

    #1

    Interop: C++ Console & C# GUI

    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.
Working...