Click or drag to resize

Projects Page, New IVI-COM Driver Wizard

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

Note Note

Any of the projects available via the wizard can be added later by right-clicking on the Solution node in Solution Explorer and choosing Add and then selecting New Project.

Create IVI-COM unit test

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

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

Create IVI-COM help project

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

Create IVI-COM setup project

Specifies whether an IVI-COM driver setup project for the IVI.NET driver should be created and added to the driver solution.

Create IVI-COM C++ application

This option creates a starter Visual C++ project for exercising the IVI-COM driver. The project is generated with the appropriate references, declarations, 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++.

Create IVI-COM C# application

This option creates a starter Visual C# project for exercising the IVI-COM driver. The project is generated with the appropriate references, declarations, 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#.

Create IVI-COM Visual Basic application

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

Create IVI-C unit test

Specifies whether a Visual C++ unit test project for the IVI-C wrapper 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 Wrapper.

Create IVI-C C++ application

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

See Also

Download a complete CHM version of this documentation here.