December 2003
Intermediate to advanced
656 pages
13h 7m
English
So far we have seen the use of remoting as a client-server technology, where there are remoting servers and remoting clients that connect to them and access objects remotely across a network on an intranet or even the Internet. But one very powerful use of remoting is an interprocess communication (IPC) mechanism. Now you actually have the ability to transfer a full object across application boundaries. In this section we'll do a simple application that demonstrates one way of doing this. Let's assume you have an MFC dialog-based program that asks for a user name before the program is run. Now suppose you have another MFC-based application that keeps logging all users who use the former application ...
Read now
Unlock full access