LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem with building a dll

Hello! I am trying to learn how to build a DLL with Labview. I have made a simple VI that concatenates 2 numbers into an array. Then a indexes that array and puts that number to an indicator. This works fine.
But, if I instead invokes the sub-vi Mean to calculate the mean of the array nothing happens. No results at all comes out from the dll.
WHY?
I have seen that the sub-vi Mean is a DLL, do I have to add that in the builder?
 
/tj
0 Kudos
Message 1 of 3
(2,780 Views)
Hello Thomas!
 
Could you send your program for further investigations?
 
cheers

Message Edited by AshwaniS on 09-26-2005 03:23 AM

Ashwani S.
Applications Engineer
National Instruments Sweden
0 Kudos
Message 2 of 3
(2,766 Views)

Suggestion from Ashwani solved the problem.

Put the Ivanlys.dll (\Program Files\National Instruments\LabVIEW 7.1\resource) into the same folder as Labview.exe \Program Files\National Instruments\LabVIEW 7.1)

Thank You!

/tj

 

Message 3 of 3
(2,732 Views)