Step 6: Build a PBX

PowerBuilder Native Interface

Step 6: Build a PBX

Using your C++ development tool or the command line, build a PBX from your C++ classes.

When you compile and link the C++ code, verify the following:

  • The include directory for the PBNI SDK, typically PowerBuilder 12.5\SDK\PBNI\include, must be in your include path.

  • If you use any helper classes, make sure the source file that contains them is added to your project. For a list of classes, see the table in "The PBNI SDK".

Now you are ready to use the extension in a PowerBuilder application.