LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

One DLL multiple Header

Good evening!

I have a dll file and want to open it with LabView.

I already have a main header file, which is connected to two other header files. 

(I didn't write them, they came with the Nexus [https://www.mindmedia.com/en/products/nexus-10-mkii/] )

 

LabView is able to find the functions, but not their declarations. Is it possible to connect more than one header file ?

0 Kudos
Message 1 of 3
(1,610 Views)

Yes of course, after entering the DLL name and main header file you get an additional page where you can define additional include paths and preprocessor defines.

Import Library Wizard.jpg

Here you can add additional directories where the import library wizard should search for additional header files that your main header file tries to include. 

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 2 of 3
(1,586 Views)

 

I have already tried it this way. I included all the paths, however LabView couldn't find the declarations. Is it an issue if the declarations aren't in the main header?

0 Kudos
Message 3 of 3
(1,568 Views)