Define and install a new component

You will define a new C++ component, CPPArithmetic.

StepsDefining the component

  1. Click on the Tutorial package.

  2. Select File | New Component.

  3. In the New Component wizard, select Define New Component.

    For the component name, enter CPPArithmetic.

  4. Click Finish.

    You see the Component Properties window.

  5. Select the General tab. Fill in the fields as follows:

    Field

    Value

    Description

    Tutorial C++ component

    Codeset

    Server’s Codeset (default)

    Component Type

    C++

    DLL Name

    libCPPArithmetic (no extension)

    C++ Class

    CPPArithmeticImpl

    C++ Executable

    (blank)

    Use Platform Independent Naming

    Unchecked

  6. Leave the remaining fields at their default settings.

  7. Click OK.