Communications/Transactions Guide and Reference


Using RPC Proc Dialogs

The purpose of this section is to focus on some of the basic concepts of building RPC applications by building both a client and server application. These two applications will exchange string data. The client application will send a string to the server application and the server will send back the string concatenated with itself. Because this is a simple send and receive dialog, you will build the client application using the RPC Proc Dialog part.

When you are finished you will have a windows that looks like the following:

REQTEXT

Note:RPC works between two applications in a single machine as well as across a network. If you do not have access to two machines on a network, you can build and run these applications on a single machine.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]