LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i access the C++ DLL source code of labview? how can I creat my own DLL in C++ etc.

I wnat to know how to access the c++ source code of those DLL for labview? and HOW can I creat my own DLL in C++, or VB and use them in LABVIEW?
0 Kudos
Message 1 of 2
(2,720 Views)
fenny;

Well, you don't source code inside a .dll file. You access functions.

All the information about how to access .dll functions, and how to create your own .dlls so you can access them from LabVIEW, are in the following manual:

Using External Code in LabVIEW

That manual should be included with LabVIEW. See also:

External Code for LabVIEW - CIN / DLL - Starting Point

Regards;
Enrique
www.vartortech.com
Message 2 of 2
(2,720 Views)