LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

datasocket library

I met a problem when tried to use datasocket. The problem is decribed as follows:

1) The c source code can be debugged, but when building the.exe file, there are project link errors: 

undefined symbol '_DS_SetDataValue@20' referenced in "Write_data.c"

undefined symbol '_DS_ControlLocalServer@4' referenced in "Write_data.c "

2) corresponding head files(e.g. dataskt.h)  have been included.

 I think this is because some lib files should be included in the project, but what library should be included? Anyone has ideas. Thanks

 

0 Kudos
Message 1 of 3
(3,807 Views)
Add [CVI-Install-Path]\toolslib\datasock\dataskt.fp to your project.
Message 2 of 3
(3,794 Views)

Thanks for the information

0 Kudos
Message 3 of 3
(3,254 Views)