03-31-2008 09:19 PM
04-01-2008 02:41 AM
Hi,
You can build and call DLL in LabVIEW really easily. Basically, if you have a DLL created in text-based programming languages such as C, C++ and Visual Basic… you can use it in LabVIEW as shown in some example in the LabVIEW Help (Find Example). You can create a DLL in LabVIEW if you have the Application Builder and off course call it in any other programming language.
On the link below you have some information about DLL in LabVIEW (building and calling DLL).
04-02-2008 07:01 AM
Hai,
You can call a dll in LabVIEW using Call Library Node function located in
Connectivity >> Libraries & Executables >> Call Library Function Node.
Since dll's are nothing but API's u can use it as u like.
Hope this helps!!!!
Mathan