From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,933 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,899 Views)