c# - Call C++ dll from two machine -


i have 1 c++ dll want call 2 machines. 1 machine sends data dll , want read data dll. when read data second machine returns zero. solve problem, must use shared memory? or need change in c++ dll? regards.

dll's non executable. need program loads dll , uses it. communicate across computers common practice use sockets. since marked c# i'll assume on windows.
can use winsock (c++ win32) or system.net.sockets sending data across computers.

shared memory such memory files not work cross computer.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -