From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating A DLL in Lab View for C++

dear Friends,
 
           I want to creat a DLL for a code which i have developed in LabVIEW. I want to convert this code into a dll so that i can use this code into VC++. Please suggest the method to do so.
 
Thank You.
 
0 Kudos
Message 1 of 2
(2,077 Views)
Step 1: read the documentation that came with LabVIEW. This explains what you need to do. In a nutshell you need the Application Builder to build a DLL. Please note that the Application Builder is part of the "Professional" edition of LabVIEW. If you don't have the "Professional" edition you either upgrade to that edition or buy the Application Builder separately for your specific version of LabVIEW.
0 Kudos
Message 2 of 2
(2,057 Views)