12-13-2004 09:57 PM
12-14-2004
11:17 AM
- last edited on
11-26-2025
09:31 AM
by
Content Cleaner
Hello,
The easiest way to call a LabVIEW program in LabWindows/CVI would be to create a LabVIEW DLL. You will be able to share the LabVIEW code with CVI and other programming environments.
The following documents will show you how to create a DLL in LabVIEW and how to call it in CVI.
Creating and Calling LabVIEW DLLs with Various Data Types from CVI
Calling a LabVIEW DLL from a CVI/C/C++ Project
Thanks.