LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

link errors

When trying to build my project, I get the following link errors:

error: Undefined symbol '_read_232@8' referenced in "*.obj"

error: Undefined symbol '_write_232@8' referenced in "*.obj"

 

How can I fix these errors please?

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

I think it would be hard to say why you are seeing this without any additional context about your problem.

 

It's possible this is related to a namespace problem with the specific functions.

 

https://stackoverflow.com/questions/7084949/linker-undefined-symbols-error

0 Kudos
Message 2 of 2
(2,393 Views)