Writing C++ Network Service to consume in C# client

Discussion in 'C++' started by knockNrod, Aug 29, 2010.

  1. knockNrod

    knockNrod New Member

    Joined:
    Aug 29, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Ok, I was originally looking for how to implement WCF in C++, but that doesn't look likely to succeed. So, here's my issue. I have some plant automation code that controls steel furnaces. Most of the time, this runs on a Windows Server, but sometimes our customers request the server be hosted on a Unix or VMS box. The Graphical side of this (called a Human Machine Interface or HMI) is sometimes written using native code, but sometimes is hosted in process automation programs (like WonderWare or WinCC) which run ActiveX/.Net controls (Interop Net controls, not really ActiveX), but in all cases are windows only.

    I need to get data from the services made available on the server (Windows, Unix or VMS) and make them available over a network (but sometimes locally) to a Windows PC. Since it has to run on these three servers, my options are to have the code in C++ (common to all three OSs), or to write from scratch for each system (not).

    So, does anyone have any advice on the best way to make this happen?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice