07-13-2013 01:06 AM
Hi all,
I wrote an application for 8510A IN LabVIEW, I want to export the labview vi to visual basic or C++. Can I do this?
How do I specified the device address? I appreciate it if there is any example for reference.
07-13-2013
05:11 AM
- last edited on
01-15-2025
04:34 PM
by
Content Cleaner
You should search for converting VI into DLL (also called Shared Library) and then you can use that in VB or C++.
For you refernece, find below links:
1. Distributing Applications with the LabVIEW Application Builder
3. Building a Shared Library