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.
To create a new PBNI project:
Start Visual Studio, select File>New>Project, select Visual C++ Projects, and scroll the Templates pane to see the PBNI wizard.
Select PBNI Extension DLL, enter a name and location for the project, and click OK.
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.
Click Finish.
See the ReadMe.txt file created by the wizard for a description of the generated source and header files.