11-08-2010 12:33 PM - edited 11-08-2010 12:34 PM
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
Solved! Go to Solution.
11-08-2010 01:26 PM
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.
11-08-2010 01:59 PM
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