Admin Production ni-theme
Current Publication

Editing an ActiveX Server

LabWindows/CVI

Tools»Edit ActiveX Server

Use the Edit ActiveX Server dialog box to create and modify objects and interfaces in your ActiveX server. You also can modify the server settings.

Note Note  Specify the interfaces before specifying the objects because an object must implement one or more interfaces.
  • Edit InterfacesEdits the interfaces in your server.
  • Edit ObjectsEdits the objects in your server.
  • Edit Server SettingsEdits the server settings. You specified these settings in the Create ActiveX Server Wizard.
  • Save and Generate—Saves your changes and generates the ActiveX code for your server. This tool generates the ActiveX code in the specified target files. You must implement the ActiveX server functions declared in the generated header file in your own source files, and add them to the project. You must call the generated Init and Uninit functions to initialize and uninitialize your server. This tool generates sample usage of these functions in the header file.
  • Save—Saves your changes. LabWindows/CVI does not generate the ActiveX code. To generate the ActiveX code, you must click Save and Generate.

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.