Creating a REDHAWK Shared Library Project

The REDHAWK Shared Library Project Wizard enables users to quickly create a C++ shared library for use in REDHAWK. In the wizard, the user specifies the project name and can then generate a simple set of code files to begin adding in library functions. The following procedure explains how to use the Shared Library Project Wizard.

  1. To open the Shared Library Project Wizard, select File > New > Other.

    The Select a wizard dialog is displayed:

    Select a Wizard Dialog
    Select a Wizard Dialog

  2. Select REDHAWK Shared Library Project and click Next.

    The Create a REDHAWK Shared Library Project dialog is displayed:

    Create a REDHAWK Shared Library Project Dialog
    Create a REDHAWK Shared Library Project Dialog

  3. In the Project Name field, enter a project name.

  4. Click Finish.

    The Shared Library Project is created and the Overview tab is displayed:

    The Shared Library Project Overview tab
    Shared Library Project Overview Tab

  5. Click the Generate All Implementations icon to generate the source code.