unmanged & managed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maya7
    New Member
    • Dec 2008
    • 10

    unmanged & managed

    Hi,

    I have a client implemented in C#, using TCP/IP protocol.
    I have to receive data from server implemented in C++, unmanaged.

    What is the most efficient way to receive data
    from the unmanaged C++ server via TCP/IP in the managed C# client ?

    Thank you so much
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Is your C++ application a Web Service...and C# application the Web Client?

    Comment

    • maya7
      New Member
      • Dec 2008
      • 10

      #3
      It's not a web application, c# windows form application

      Thanks

      Comment

      Working...