LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to be able to access my shared library with a C script.

this is an extention of my previous question.
0 Kudos
Message 1 of 3
(2,260 Views)
I will then extend my answer:

Please elaborate, provide more detail. No one really knows what you are trying to do.
0 Kudos
Message 2 of 3
(2,260 Views)
Mikey,

As Labviewguru said, calling a LabVIEW DLL is no different than calling any other DLL from C. You will need your LabVIEW DLL, the .lib and .h files for your C code and the LabVIEW Run-Time Engine for the version of LabVIEW that the DLL was built with. Other than that, everything else is the same.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 3 of 3
(2,260 Views)