LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DLL question!!!!

Hi, I need help using dll files. I am kind of new at labview. I am trying to convert my c++ files into a dll file and I just wanted to know when i export a function do i have to export another function that the previous function calls? For example lets say in labview, i want to export the operation function but this function calls the add function. Do i export both the operation and add function or just the operation function?
 
I would appreciate any help!!
0 Kudos
Message 1 of 4
(2,751 Views)

Hi

The following link holds a document that gives you all the details about using external code in LabVIEW.

http://digital.ni.com/manuals.nsf/websearch/8D930295FFBF9F7686256D2C00624728

Let me know if this doesnt solve your question?

Regards

Meister, NIDK

0 Kudos
Message 2 of 4
(2,746 Views)
I read the section on Shared Libraries, but i can't find it. Can you tell me which page it's on?
0 Kudos
Message 3 of 4
(2,738 Views)
Deciding which functions to export in a DLL is not really a LabVIEW question. If you want to call the "add" function in LabVIEW or any other language, you need to export that function. If you don't need to call it from LabVIEW or any other language, then don't.
0 Kudos
Message 4 of 4
(2,734 Views)