Skip to content

Projects Page, New IVI-C Driver Wizard

The Projects Page of the New IVI-C Driver Wizard allows you to select which additional Nimbus-generated Visual Studio projects should be created and added to the driver solution.

Create unit test project

Specifies whether a unit test project for the IVI-C driver should be created and added to the driver solution.

Nimbus provides advanced IVI-C driver unit testing features that integrate directly with the Visual Studio IDE. For more information, see the topic Testing an IVI-C Driver.

Create help project

Specifies whether a help project for the IVI-C driver should be created and added to the driver solution. The project is generated based on your per-user preferences for help projects.

Create setup project

Specifies whether a setup project for the IVI-C driver should be created and added to the driver solution.

Create C\u002B\u002B console application

This option creates a starter Visual C++ project for exercising the IVI-C driver. The project is generated with the appropriate initialization and shutdown calls as well as basic error checking code. This project is a good starting point for building more involved C++ client applications or for simply testing driver operation in C++.