Previous Topic: RI Trigger GenerationNext Topic: Configure the Build Tool to Support External Action Block Linking


Load Module Packaging

Before we can generate our source code and executables, we need to define how we want it all packaged.

Follow these steps:

  1. Open Window Packaging. In the Window Packaging dialog, select (highlight) the window manager EGOLFWIN and expand it one level. It will look as follows:

    Select and expand the window manager EGOLFWIN in the Window Packaging dialog

  2. From the Menu Bar, click Edit, Add Procedure Step. The Unpackaged Procedure Steps dialog will open. Select both procedure steps and click OK. The two procedure steps will be added to the EGOLFWIN load module as follows:

    Select the two procedure steps to add them to the EGOLFWIN load module in the Wndow Packaging dialog

  3. In the Window Packaging dialog, select the EGOLFWIN load module once again. From the Menu Bar click Edit, Complete. The window manager will be expanded automatically as follows:

    Select the EGOLFWIN in the Window Packaging dialog

  4. The last things we need to do are to make sure the two External Action Blocks have the correct source code names. These names will be used by the Build Tool to link in the appropriate external. Double-click the action block EAB_WRITE_BLOB_TO_FILE and verify it has WRBLOB for the source name. Update it if necessary as follows:

    Updation of Action Block source name in the Window Packaging dialog

  5. Double-click the action block EAB_READ_FILE_INTO_BLOB and verify it has RDBLOB for the source name. Update it if necessary as follows:

    verification of Action Block if it has RDBLOB for the source name