Issue Details
When I try to import a dll in LabVIEW with the
Import Shared Library Wizard, the generated VIs are not executable. The Import Shared Library Report has the following message:
Your generated files are installed in the following folder:
C:\FolderParsing header file warnings:
No errors/warnings occurred when parsing the header file.The following errors/warnings occurred when generating the wrapper VIs for this shared library.
VI Not ExecutableThe VI is not executable because of one of the following reasons:
- The shared library or a dependent file is not installed. To make the VI executable, you must install the shared library and all support files on the computer on which you run the VI.
- A required custom control might be empty or cannot be found. To make the VI executable, update the custom control manually.
- The VI contains a parameter with an unsupported data type. To make the VI executable, you must replace the empty cluster that the wizard generates with a control or indicator that uses supported data types.
When I checked the dependencies of the dll, I found that there are missing components (dlls): API-MS-WIN-CORE