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
Post a Comment