Generating a PBNI project

PowerBuilder Native Interface

Generating a PBNI project

  1. Start Visual Studio, select File>New>Project, select Visual C++ Projects, and scroll the Templates pane to see the PBNI wizard.

  2. Select PBNI Extension DLL, enter a name and location for the project, and click OK.

  3. Click Application Settings if you want to create a visual extension or change any other settings.

    The default is to create a nonvisual extension with Unicode support.

  4. Click Finish.

    See the ReadMe.txt file created by the wizard for a description of the generated source and header files.