LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I know how to build a LABVIEW DLL which exports a function to the C++ side but I do not know how to build a LABVIEW DLL which can export five functions to the C++ side.

You can build 5 seperate VIs into one dll. Each VI would be a seperate function in the dll. Worked for me
0 Kudos
Message 2 of 5
(2,889 Views)
To follow up on what jwf said, check out the LabVIEW Resource Library in the NI Developer Zone. Go to http://www.ni.com/zone and click the link for "Resource Library". Then go to LabVIEW >> Connectivity >> DLL Integration. This section of the library has a number of tutorials on creating DLLs with LabVIEW 6i. You will find example code there, too.

Dieter

Dieter Schweiss
Applications Engineer
National Instruments
0 Kudos
Message 3 of 5
(2,889 Views)
The path now appears to be:

LabVIEW > Development System > Communicating with External Applications > Using External Code > Integrating DLLs
0 Kudos
Message 4 of 5
(2,889 Views)
here is the link: (7-29-03 under ĹǎБνїещ ZöИĘ)
http://zone.ni.com/devzone/devzone.nsf/webcategories/E2A99E7E10D5725D862567AC004F0A53?opendocument&node=DZ52048_US
0 Kudos
Message 5 of 5
(2,889 Views)