big LOL, maybe this is how the runtime actually works ;P
C
ChrisKiki
@ChrisKiki
Posts
-
Another Horror -
Calling C++ DLL from C# programthe error could be from uninitialized pointers. U have to initialize any pointer you use in C++.
-
.NET remoting: inter-client communicationThis is a question actually: if you want to connect more clients to a server using .NET remote, and you want them to interchange message using the server, how would u do that? i already know how to send messages to the server using remote objects, but i don't know in what way will the server know from which client(ip address) it got the message, and how to send the message to a specific client... that's what i mean by inter-client communication.