Admin Production ni-theme
Current Publication

Specifying Target Files

LabWindows/CVI

Create ActiveX Server Wizard — Target Files Panel

Use this dialog box to specify the paths of the target files for your server.

Note Note  Consider running this wizard on a new project or make a backup copy of the current project before running this wizard; changes made to this project with the wizard cannot be reversed.
  • Specification File Path—The full path of the specification file to store the ActiveX server settings. The specification file has a .axs extension.
  • Source File Path—The full path of the source file that contains the generated code. The source file has a .c extension.
  • Include File Path—The full path of the include file that contains the interface definitions and functions prototypes. The include file has a .h extension.
  • IDL File Path—The full path of the IDL file that contains the IDL definitions for the interfaces and coclasses. The type library is embedded in the target DLL or EXE. The IDL file has a .idl extension.

For more information, refer to Building ActiveX Servers in LabWindows/CVI book, which describes the LabWindows/CVI ActiveX server tools and functions in more detail and contains sample code fragments and hints for server development.