LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dll in labview

Solved!
Go to solution

I need some help with running a dll in labview 8.2

 

I don't have any experience in C, but I can probably understand the basics if they were explained to me.

 

I have a 3rd party dll and a pdf explaining the different functions.  But when I load the Call Library Function, I do not see any of the functions listed in the PDF.  Is there something I'm missing?

 

Thanks for the help,

Branson

 

0 Kudos
Message 1 of 3
(3,119 Views)
Solution
Accepted by topic author Branson

This is not a standard Windows DLL, it is an ActiveX object.  This actually makes your life easier.  Grab Automation Open from the Connectivity -> ActiveX palette.  Create a constant for the Automation Refnum input, right-click it and choose Select ActiveX Class -> Browse.  Find your DLL.  You can then use ActiveX property and invoke nodes to call functions in the library.

Message 2 of 3
(3,107 Views)

hip hip horray! i never even knew i could load a dll like that.  Thanks for your help,  I think I can tinker from here to get the interface I need.

 

-Branson

0 Kudos
Message 3 of 3
(3,093 Views)