LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

undefined reference to _DSSetHSzClr

Solved!
Go to solution

Hi,

I am trying to follow this instructions to resize the LV handle inside the DLL:
http://lavag.org/topic/10373-sending-an-array-of-clusters-to-a-c-dll/

 

 

However, I received this error: undefined reference to _DSSetHSzClr 


It seems to me that some header or path is missing but I have no idea where is the problem. Please help.

0 Kudos
Message 1 of 2
(1,942 Views)
Solution
Accepted by topic author charlie87

I resolved the issue. The point was that I had to link the labview.lib file. After that a new problem occured, because I was using wrong compiler (LCC). It is necessary to use Visual Studio to make it run correctly.

0 Kudos
Message 2 of 2
(1,908 Views)