Generating a PBNI project

The PBNI Application Wizard lets you choose whether to create a visual or nonvisual extension, whether to include support for Unicode and global functions, and whether to generate a header file.

StepsTo create a new 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.