Use this page of the Import Shared Library wizard to specify the shared library file you want to import and the header (.h) file you want to use. Select Tools»Import»Shared Library to launch the Import Shared Library wizard.
This page includes the following components:
Shared Library File—Specifies the shared library file that contains the functions for which you want to create wrapper VIs. If the shared library is not on the local machine, place a checkmark in the Shared library file is not on the local machine checkbox and specify only the filename for the shared library. You can use the Browse button to navigate to and select the shared library file.
Note This field also accepts macOS .framework and Linux .so files.
Shared library file is not on the local machine—Specifies that the shared library file that contains the functions you want to import is not on the local machine. If you select this option, you can provide only the filename for the shared library in the Shared Library File text box.
Header (.h) file—Specifies the path to the header file that you want to use with the shared library. You can use the Browse button to navigate to and select the header file.
The Import Shared Library wizard only supports header files that are compatible with C/C++ syntax.