IBM Streams 4.2.1

Creating a C/C++ project

Create a C/C++ project to edit and build the implementation of the C++ operator. Link the C++ project to the SPL project that you created earlier so that the artifacts in the C++ project can be accessed by your SPL applications.

About this task

With this setup, the C++ shared library artifacts are bundled with the SPL project instead of keeping the C++ library code separate.

Procedure

  1. From the menu bar, click File > New > Project.
  2. In the Select a wizard window, expand C/C++, select C++ Project, and then click Next.
  3. In the Create a C++ Project window, in the Project name field, enter a name for the C++ project.
  4. From the Project type list, select Makefile Project/Empty Project, and then click Finish.
  5. Repeat step 5 to create bin and lib folders and link these folders to the bin and lib folders in the SPL project.