General Build Procedure
Use the following procedure to develop your distributed application:
-
Install the RPC SDK for your platform. For more information on how to install RPC, see Installing the RPC Programming Environment.
-
Develop the IDL file (and optional ACF) that specifies the interface.
-
Develop the C-language source files that implement and call the interface.
-
Generate C-language stub files by compiling the IDL file and optional ACF with the MIDL compiler.
-
Compile the C-language source and stub files with the C compiler.
-
Link the object files with the RPC import libraries for your platform.
-
Run the client and server distributed applications.