LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using C++ built dll's in Labview

I am having problems manipulating very large arrays in Labview, and think I'm going to need to use C++ to handle my data. I've done a a little bit of programming in C++, but have never built dll's before, much less called them from Labview.

Can anyone help get me started, or point me to a good resource?
0 Kudos
Message 1 of 2
(2,541 Views)
The official resource to create dll's or using external code in LabVIEW is the document "Using External Code in LabVIEW". This document should come with LabVIEW. You can download it from ni.com at:

Using External Code in LabVIEW
http://digital.ni.com/manuals.nsf/web_productcurrent/4F1447F7CD83D6D88625690D00637CED?OpenDocument

Best regards;
Enrique
www.vartortech.com
0 Kudos
Message 2 of 2
(2,535 Views)