09-18-2013 07:03 AM
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.
Solved! Go to Solution.
09-19-2013 04:27 AM - edited 09-19-2013 04:29 AM
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.