Exercise 2: Create an Executable Program 

Prerequisites

Procedure

  1. Create a new project within a C development environment, such as MS Visual C++ 5.0
  2. Determine the project attributes:
    > Select the project type: "Win 32 Console Application".
    > Specify the project name, for example, "RFC_Customer_Get"
    > Select the project directory.
    > Specify the platform, for example, "Win 32"
  3. Define the relation of the project to the generated source file and determine the project settings.
  4. Example: MS Visual C++ 5.0 environment

     

  5. Compile and link the program.
  6. Execute the executable program.

Check Your Work

Execute your client program. Log on to the target system and set the required parameter values. Then execute the function call.

How to Continue

Discussion