10-10-2001 10:37 PM
10-11-2001 02:09 AM
10-11-2001
07:28 AM
- last edited on
11-07-2025
06:29 PM
by
Content Cleaner
Hi Hassen;
LabVIEW is an alternative to traditional text-based programming languages. It is not an alternative way to come up with text-based code.
If you created a function in LabVIEW and want to use it in another programming language, you can convert it into a dynamic-link library (.dll file) and then call the dll from your code. You need LabVIEW 6i and Application Builder.
The following tutorials explain how to do that:
Building DLLs in LabVIEW 6.0
Calling a DLL from Microsoft Visual C++ that Was Generated by LabVIEW 6i
Best regards;
Enrique